Created
July 4, 2020 07:54
-
-
Save FreePhoenix888/ce6d35f055f1510d734e1b585179f6e3 to your computer and use it in GitHub Desktop.
GeneralIndexHtml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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