summaryrefslogtreecommitdiff
path: root/index.html
blob: f6e18a69ed74cc6a3ab771ed9469600d37565d3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
 <head>
  <title>Security Feeds</title>
  <style type="text/css">
   body { background: #1F1F1F; color: #fff; font-family: "Dejavu Sans", "Arial"; overflow: hidden }
   h1 { font-size: 60px; margin: 0 0 30px 0 }
   article { width: 90%; margin: 10px 3% }
   a { display: block; font-size: 30px; color: #fff; text-decoration: none; font-weight: bold }
   i { color: #999; font-style: normal; font-size: 14px }
   em { position: absolute; top: 5px; right: 5px; font-size: 12px; color: #999; font-style: normal }
   em.Fetching { color: #ffff00 }
   em.FetchError { color: #f00 }
  </style>
 </head>
<body>
<h1>Security Feeds</h1>
<main id="main">Loading Javascript...</main>
<script src="intel.js" type="application/javascript"></script>
<script type="application/javascript">
Elm.Main.embed(document.getElementById('main'));
</script>
</body>
</html>