mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
added favicon with rounded corners, yum
This commit is contained in:
parent
a047548010
commit
a599579990
Binary file not shown.
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 900 B |
BIN
demo/assets/profile.png
Normal file
BIN
demo/assets/profile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 670 B |
@ -29,8 +29,6 @@ h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
|
||||
h1 img {
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
-moz-border-radius: 9px;
|
||||
border-radius: 9px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<head>
|
||||
<title>gui-dat</title>
|
||||
|
||||
<link rel="icon" type="image/gif" href="demo/assets/favicon.gif">
|
||||
<link rel="icon" type="image/gif" href="demo/assets/favicon.gif" />
|
||||
<link href="demo/demo.css" media="screen" rel="stylesheet" type="text/css" />
|
||||
<script type="text/javascript" src="gui.min.js"></script>
|
||||
<script type="text/javascript" src="demo/improvedNoise.js"></script>
|
||||
@ -47,7 +47,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id = "helvetica-demo"></div>
|
||||
<h1><a href = "http://twitter.com/guidat"><img src = "demo/assets/favicon.gif" border = "0" alt = "GUI-DAT flag" /></a></h1>
|
||||
<h1><a href = "http://twitter.com/guidat"><img src = "demo/assets/profile.png" border = "0" alt = "GUI-DAT flag" /></a></h1>
|
||||
<p>
|
||||
<strong>gui-dat</strong> is a lightweight controller library for JavaScript. It allows you to easily manipulate variables and fire functions on the fly.
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user