blob: e6c4efe745d3b864b2b0634aa870bb615746d5c3 (
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(old).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(old).js"></script>
</body>
</html>
 |