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