Skip to content

Commit 7fe8d22

Browse files
committed
Create index.html
1 parent 89329fc commit 7fe8d22

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>simple-snippets-console</title>
6+
<style>
7+
body {
8+
font-family: sans-serif;
9+
}
10+
</style>
11+
<body>
12+
<p><a href="https://github.com/tjcrowder/simple-snippets-console">Details in the github project</a></p>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)