Created
February 25, 2019 08:46
-
-
Save DanNi0130/d95dfe4c87bef885d8707fb988358003 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<html lang="en"> | |
<head> | |
<meta charset="utf-8"/> | |
<title>Vue.js HN Clone</title> | |
<meta content="initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui" name="viewport"/> | |
<link href="static/logo.png" rel="icon" type="image/x-icon"/> | |
</head> | |
<body> | |
<div id="app"></div> | |
<script src="static/build.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment