aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.ejs
blob: 51bffc053fbcefef75c81131fd8ce4ac11bc5862 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html lang="en">

  <head>
    <title>Jan Tuomi</title>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700" rel="stylesheet">
    <script src="https://use.fontawesome.com/eaed73f4f5.js"></script>
  </head>

  <body>
    <site></site>
  </body>
</html>