17 lines
662 B
HTML
17 lines
662 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<title>Moritz Ruth</title>
|
|
<link rel="stylesheet" href="/src/assets/main.css">
|
|
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
|
|
<meta name="description" content="I do web and print things, sometimes photography.">
|
|
<meta name="keywords" content="web, dev, coding, moritz, ruth, development, design">
|
|
<link rel="shortcut icon" type="image/jpeg" href="/icon.jpg">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|