17 lines
616 B
HTML
17 lines
616 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="icon" href="/favicon.ico">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Ghost Style Blog - Free Bulma template</title>
|
|
<script src="https://kit.fontawesome.com/15181efa86.js" crossorigin="anonymous"></script>
|
|
<link rel="stylesheet" href="https://unpkg.com/bulma@0.9.4/css/bulma.min.css" />
|
|
<link rel="stylesheet" type="text/css" href="/src/assets/ghost-blog.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|