Skip to content

Instantly share code, notes, and snippets.

@Leon2110
Last active February 12, 2022 22:00
Show Gist options
  • Save Leon2110/2905748d8d26bb3d035b0a3ee536c84a to your computer and use it in GitHub Desktop.
Save Leon2110/2905748d8d26bb3d035b0a3ee536c84a to your computer and use it in GitHub Desktop.
HTML5 Skeleton #html
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>Page Title</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/css/custom.css">
<script src="/js/custom.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment