You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
518 B
HTML
17 lines
518 B
HTML
7 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>Vue-Tachyon</title>
|
||
|
<link rel="stylesheet" href="/node_modules/tachyons/css/tachyons.min.css">
|
||
|
<script type="text/javascript" src="/node_modules/vue/dist/vue.min.js"></script>
|
||
|
</head>
|
||
|
<body class="bg-green white helvetica">
|
||
|
<div id="app">
|
||
|
<h1>{{message}}</h1>
|
||
|
</div>
|
||
|
<script type="text/javascript" src="/js/app.js"></script>
|
||
|
</body>
|
||
|
</html>
|