Skip to content

Instantly share code, notes, and snippets.

@FreePhoenix888
Created July 4, 2020 07:54
Show Gist options
  • Save FreePhoenix888/ce6d35f055f1510d734e1b585179f6e3 to your computer and use it in GitHub Desktop.
Save FreePhoenix888/ce6d35f055f1510d734e1b585179f6e3 to your computer and use it in GitHub Desktop.
GeneralIndexHtml
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
/>
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="css/style.min.css" />
<title></title>
</head>
<body>
<div class="wrapper"></div>
<script src="js/script.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment