-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
30 lines (30 loc) · 989 Bytes
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>NeuroSynth</title>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:200,300" rel="stylesheet">
<style>
html, body {
font-family: 'Roboto Mono', monospace;
background: #1C1F24;
overflow: hidden;
height: 100%;
margin: 0;
}
* {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
box-sizing: border-box;
}
</style>
<link href="style.css" rel="stylesheet"></head>
<body>
<script type="text/javascript" src="main-6f9c07.js"></script></body>
</html>