use minified Vue and move to footer
This commit is contained in:
parent
67bd0d78ee
commit
26ee5a3722
1 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,6 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" type="text/css" href="styles.css"/>
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
|
||||
<script src="https://unpkg.com/vue"></script>
|
||||
<title>Public APIs</title>
|
||||
</head>
|
||||
<header>
|
||||
|
|
@ -51,5 +50,8 @@
|
|||
</div>
|
||||
<script src="scripts.js"></script>
|
||||
</body>
|
||||
<footer>
|
||||
<script src="https://unpkg.com/vue@2.4.2/dist/vue.min.js"></script>
|
||||
</footer>
|
||||
</html>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue