Added download button "icon" (unicode)
parent
e082a7d8f0
commit
fd7b90d5bd
|
@ -2,6 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>ease.js</title>
|
<title>ease.js</title>
|
||||||
|
<meta charset="utf-8" />
|
||||||
<link type="text/css" rel="stylesheet" href="style.css" />
|
<link type="text/css" rel="stylesheet" href="style.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -6,8 +6,10 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<a href="download.html" class="download btn large go">
|
<a href="download.html" class="download btn large go">
|
||||||
Download v<!--%curver-->
|
<div class="inner">
|
||||||
<div class="note">(Released: <!--%curver-date-->)</div>
|
Download <!--%curver-->
|
||||||
|
<div class="note">(Released: <!--%curver-date-->)</div>
|
||||||
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<ul class="features">
|
<ul class="features">
|
||||||
|
|
Loading…
Reference in New Issue