-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (20 loc) · 796 Bytes
/
index.html
File metadata and controls
22 lines (20 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<link href="/favicon.png" rel="icon">
<title>Flix | The Flix Programming Language</title>
</head>
<body>
<a href="https://github.com/flix/flix">
<img style="position: absolute; top: 0; right: 0; border: 0; z-index: 9999;"
src="https://github.blog/wp-content/uploads/2008/12/forkme_right_green_007200.png"
alt="Fork me on GitHub">
</a>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>