-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtest.html
27 lines (23 loc) · 835 Bytes
/
test.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Crestron Neo Icons Demo</title>
<meta name="description" content="Creston Neo Style Icons as Scalable Fonts">
<link rel="stylesheet" href="demo-files/demo.css">
<link rel="stylesheet" href="css/crestronfonts.css">
<link rel="stylesheet" href="css/neo.css">
</head>
<body>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="crneo crf-stop-source"></span>
<span class="mls"> crf-alarm</span>
<span class="fs0">e902</span>
</div>
<class class="crf-inline-stack">
<span class="crneo crf-source-slashed crf-inline-stack-1x "></span>
<span class="crneo crf-back-slash crf-inline-stack-1x crf-danger"></span>
</class>
</div>
</body>