Skip to content

Instantly share code, notes, and snippets.

@vsim1964
Last active August 18, 2022 14:59
Show Gist options
  • Save vsim1964/46893219536c52e1d2fa01e31ba0336d to your computer and use it in GitHub Desktop.
Save vsim1964/46893219536c52e1d2fa01e31ba0336d to your computer and use it in GitHub Desktop.
Шаблон normalize-cdn
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
integrity="sha512-NhSC1YmyruXifcj/KFRWoC561YpHpc5Jtzgvbuzx5VozKpWvQ+4nXhPdFgmx8xqexRcpAglTj9sIBWINXa8x5w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="app.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment