aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index ca61b52..23c8374 100644
--- a/src/index.html
+++ b/src/index.html
@@ -5,13 +5,14 @@
<title>Jan Tuomi</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="description" content="Jan Tuomi. Software Engineer and Student at Aalto University.">
<link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700" rel="stylesheet">
<script src="https://use.fontawesome.com/eaed73f4f5.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
- <div id="app"></div>
+ <site></site>
<script src="app.js"></script>
</body>
</html>