mirror of
https://github.com/robonen/lorem-blog.git
synced 2026-03-20 10:54:38 +00:00
15 lines
362 B
HTML
15 lines
362 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="icon" href="/favicon.svg">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Blog</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<div id="teleports"></div>
|
|
<script type="module" src="/src/app/main.ts"></script>
|
|
</body>
|
|
</html>
|