Skip to content

Instantly share code, notes, and snippets.

@DanNi0130
Created February 25, 2019 08:46
Show Gist options
  • Save DanNi0130/d95dfe4c87bef885d8707fb988358003 to your computer and use it in GitHub Desktop.
Save DanNi0130/d95dfe4c87bef885d8707fb988358003 to your computer and use it in GitHub Desktop.
<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