aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: affc3d646e5fb3c200f5cd3c87f1bb22d0eecb1c (plain)
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
<!DOCTYPE html>
<html >
<head>
  <meta charset="UTF-8">
  <title>Hi!</title>
  
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">

  
      <link rel="stylesheet" href="css/style.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-103897969-2"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-103897969-2');
</script>

  
</head>

<body>
  <div class="screen">
   <div id="screen" class="terminal_emulator"></div>
</div>
  
    <script  src="js/index.js"></script>

</body>
</html>