Skip to content

Commit b43f20a

Browse files
committed
Add dummy index.html
1 parent 0769fe8 commit b43f20a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/index.html

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<title>gradSLAM</title>
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<meta name="theme-color" content="#157878">
9+
<link rel="stylesheet" href="/css/normalize.css">
10+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
11+
<script type="text/javascript" async
12+
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML">
13+
</script>
14+
</head>
15+
16+
<body>
17+
18+
This site is under construction.
19+
20+
</body>
21+
22+
23+
</html>

0 commit comments

Comments
 (0)