mirror of
https://github.com/dataarts/dat.gui.git
synced 2025-01-02 03:14:20 +00:00
added favicon
This commit is contained in:
commit
c9e3a276a7
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
@ -1,5 +1,9 @@
|
|||||||
<html>
|
<!doctype html>
|
||||||
<head>
|
<head>
|
||||||
|
<title>GUI-DAT</title>
|
||||||
|
|
||||||
|
<link rel="icon" type="image/ico" href="favicon.ico">
|
||||||
|
|
||||||
<link href="gui.css" media="screen" rel="stylesheet" type="text/css" />
|
<link href="gui.css" media="screen" rel="stylesheet" type="text/css" />
|
||||||
<link href="demo.css" media="screen" rel="stylesheet" type="text/css" />
|
<link href="demo.css" media="screen" rel="stylesheet" type="text/css" />
|
||||||
<script type="text/javascript" src="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.js"></script>
|
<script type="text/javascript" src="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.js"></script>
|
||||||
@ -84,5 +88,8 @@ window.onload = function() {
|
|||||||
|
|
||||||
};
|
};
|
||||||
</pre>
|
</pre>
|
||||||
|
<footer>
|
||||||
|
By <a href = "#">George</a>, <a href = "#">Jono</a>, and you.
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user