add initial findings
This commit is contained in:
23
c2014/lib/index.html
Normal file
23
c2014/lib/index.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!--
|
||||
Coded by Garrett Mills
|
||||
http://glmills.gq/
|
||||
Last Edited on 5 August 13:16
|
||||
This code is licensed under Creative Commons Attribution-ShareAlike 4.0 International License
|
||||
http://glmills.gq/mycode/licenses/CCA-SA4.html
|
||||
-->
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
@font-face{font-family: sansation; src: url('/pageDep/font/Sansation/SansationLight.woff');}
|
||||
body {
|
||||
font-family: sansation;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>lib.glmills.gq</h1>
|
||||
<a href="jsurl/"><h3>JavaScript URL Variables</h3></a>
|
||||
<a href="collatz/"><h3>Collatz Conjecture Counter</h3></a>
|
||||
<a href="xml/"><h3>Internal XML Parser</h3></a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user