20 lines
431 B
HTML
20 lines
431 B
HTML
<!doctype html>
|
|
<html class="no-js" lang="">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="description" content="">
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<title>App Name</title>
|
|
|
|
<link rel="stylesheet" href="/css/main.css">
|
|
</head>
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script src="/js/main.js"></script>
|
|
|
|
</body>
|
|
</html> |