-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
136 lines (132 loc) · 4.41 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>erisuv1 Demo</title>
<meta name="description" content="An Icon Font Generated By erisuv1.io">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css"></head>
<style>
table {
border-collapse: collapse;
width: 100%;
}
th, td {
padding: 8px;
text-align: left;
border-bottom: 1px solid #ddd;
}
td .icon {
font-size: 175px !important;
}
tr:hover {
background-color: #f5f5f5;
}
th {
background-color: #4CAF50;
color: white;
}
</style>
<body>
<div class="bgc1 clearfix">
<a class="frame__back" href="../../">Back to Home</a>
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> ICON ERISU V1 <small class="fgc1">(Glyphs: 17)</small></h1>
</div>
<table border="1" width="100%">
<tr>
<th>Icon</th>
<th>Class Name</th>
<th>Code</th>
</tr>
<tr>
<td><span class="icon icon-erisu-profil-0"></span></td>
<td><span class="mls"> icon-erisu-profil-0</span></td>
<td>e906</td>
</tr>
<tr>
<td><span class="icon icon-erisu-profil-1"></span></td>
<td><span class="mls"> icon-erisu-profil-1</span></td>
<td>e905</td>
</tr>
<tr>
<td><span class="icon icon-erisu-profil-2"></span></td>
<td><span class="mls"> icon-erisu-profil-2</span></td>
<td>e904</td>
</tr>
<tr>
<td><span class="icon icon-erisu-profil-3"></span></td>
<td><span class="mls"> icon-erisu-profil-3</span></td>
<td>e903</td>
</tr>
<tr>
<td><span class="icon icon-erisu-profil-4"></span></td>
<td><span class="mls"> icon-erisu-profil-4</span></td>
<td>e902</td>
</tr>
<tr>
<td><span class="icon icon-erisu-profil-5"></span></td>
<td><span class="mls"> icon-erisu-profil-5</span></td>
<td>e900</td>
</tr>
<tr>
<td><span class="icon icon-erisu-pay-one"></span></td>
<td><span class="mls"> icon-erisu-pay-one</span></td>
<td>e90e</td>
</tr>
<tr>
<td><span class="icon icon-erisu-pay-two"></span></td>
<td><span class="mls"> icon-erisu-pay-two</span></td>
<td>e90d</td>
</tr>
<tr>
<td><span class="icon icon-erisu-pay-three"></span></td>
<td><span class="mls"> icon-erisu-pay-three</span></td>
<td>e90c</td>
</tr>
<tr>
<td><span class="icon icon-erisu-pay-4"></span></td>
<td><span class="mls"> icon-erisu-pay-4</span></td>
<td>e90b</td>
</tr>
<tr>
<td><span class="icon icon-erisu-pay-5"></span></td>
<td><span class="mls"> icon-erisu-pay-5</span></td>
<td>e90a</td>
</tr>
<tr>
<td><span class="icon icon-erisu-pay-6"></span></td>
<td><span class="mls"> icon-erisu-pay-6</span></td>
<td>e909</td>
</tr>
<tr>
<td><span class="icon icon-erisu-pay-7"></span></td>
<td><span class="mls"> icon-erisu-pay-7</span></td>
<td>e908</td>
</tr>
<tr>
<td><span class="icon icon-erisu-pay-8"></span></td>
<td><span class="mls"> icon-erisu-pay-8</span></td>
<td>e907</td>
</tr>
<tr>
<td><span class="icon icon-erisu-cc"></span></td>
<td><span class="mls"> icon-erisu-cc</span></td>
<td>e90f</td>
</tr>
<tr>
<td><span class="icon icon-icon-angry"></span></td>
<td><span class="mls"> icon-icon-angry</span></td>
<td>e901</td>
</tr>
<tr>
<td><span class="icon icon-icon-sad"></span></td>
<td><span class="mls"> icon-icon-sad</span></td>
<td>1f3d5</td>
</tr>
</table>
<div class="bgc1 clearfix">
<p class="mhl">Generated by <a href="https://www.instagram.com/aya.erisu/">aya.erisu</a></p>
</div>
<script src="selection.json"></script>
</body>
</html>