aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.html
blob: 23c83749fab578fce25d5230238b32d8404a08b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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">
    <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>
    <site></site>
    <script src="app.js"></script>
  </body>
</html>