usmar commited on
Commit
34cf06a
·
verified ·
1 Parent(s): ef95487

Deploy outliar

Browse files
Files changed (1) hide show
  1. index.html +7 -0
index.html CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  <meta charset="utf-8">
2
  <meta name="viewport" content="width=device-width, initial-scale=1">
3
  <title>outliar — the metric is the bug</title>
@@ -85,6 +88,8 @@
85
  footer a { color: var(--blue); }
86
  .err { color: var(--orange); font-size: 13.5px; }
87
  </style>
 
 
88
 
89
  <div class="wrap">
90
  <header>
@@ -384,3 +389,5 @@ async function boot() {
384
 
385
  boot();
386
  </script>
 
 
 
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
  <meta charset="utf-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1">
6
  <title>outliar — the metric is the bug</title>
 
88
  footer a { color: var(--blue); }
89
  .err { color: var(--orange); font-size: 13.5px; }
90
  </style>
91
+ </head>
92
+ <body>
93
 
94
  <div class="wrap">
95
  <header>
 
389
 
390
  boot();
391
  </script>
392
+ </body>
393
+ </html>