first and only commit

This commit is contained in:
2018-04-09 21:58:47 -06:00
commit 586f88024d
4 changed files with 156 additions and 0 deletions

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" href="style.css" type="text/css"/>
</head>
<body>
<script src="fib.js" type="text/javascript"></script>
</body>
</html>