-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (34 loc) · 1.31 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Raleway&family=Roboto&family=Roboto+Mono&display=swap">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Layla Krauss | Software Developer" />
<meta
property="og:image"
content="https://laylakrauss.dev/lk-thumbnail.png"
/>
<meta
property="og:description"
content="Hi, my name is Layla Krauss. I build cool things for the web and beyond. 🚀"
/>
<meta property="og:url" content="https://laylakrauss.dev" />
<meta property="og:image:width" content="1070" />
<meta property="og:image:height" content="560" />
<meta property="og:type" content="website" />
<meta
name="description"
content="Hi, my name is Layla Krauss. I build cool things for the web and beyond. 🚀"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@misslaylacakes" />
<meta name="twitter:creator" content="@misslaylacakes" />
<title>Layla Krauss | Dev</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>