-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
17 lines (17 loc) · 875 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>Threatsweeper</title>
<meta name='viewport' content='width=device-width, initial-scale=1, shrink-to-fit=no'>
<link rel='stylesheet' type='text/css' href='./node_modules/github-fork-ribbon-css/gh-fork-ribbon.css'>
<link rel='stylesheet' type='text/css' href='./src/styles/main.scss'>
<link rel='icon' type='image/svg+xml' href='./src/images/favicon.svg'>
<link rel='icon' type='image/png' href='./src/images/favicon.png'>
</head>
<body>
<noscript>
<p>JavaScript is required for this application. Here are the <a href='https://www.enable-javascript.com/' target='_blank' rel='noopener'>instructions how to enable JavaScript in your web browser</a>.</p>
</noscript>
<div id='app'></div>
<script type='module' src='./src/index.ts'></script>