2019-11-22 17:57:53 +00:00
|
|
|
<!--
|
|
|
|
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">
|
2019-11-22 19:23:59 +00:00
|
|
|
@font-face{font-family: sansation; src: url('../../pageDep/font/Sansation/SansationLight.woff');}
|
2019-11-22 17:57:53 +00:00
|
|
|
body {
|
|
|
|
font-family: sansation;
|
|
|
|
}
|
|
|
|
iframe {
|
|
|
|
width: 60%;
|
|
|
|
height: 70%;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>lib.glmills.gq/jsurl/</h1>
|
|
|
|
<iframe src="src/"></iframe>
|
|
|
|
</body>
|
|
|
|
</html>
|