forked from xcodebuild/ar-demo-mobile-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode.html
39 lines (38 loc) · 2.43 KB
/
code.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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta name="theme-color" content="#cf3a3f">
<title>AR 2017</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="phone">
<div class="container white">
<div class="title red">AR</div>
<div class="scg-container">
<svg height="300px" width="300px" viewBox="0 0 7 7" version="1.1" xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="0" width="7" height="7" fill="black"></rect>
<rect x="1" y="1" width="1" height="1" fill="white" stroke="white" stroke-width="0.01"></rect>
<rect x="3" y="1" width="1" height="1" fill="white" stroke="white" stroke-width="0.01"></rect>
<rect x="4" y="1" width="1" height="1" fill="white" stroke="white" stroke-width="0.01"></rect>
<rect x="5" y="1" width="1" height="1" fill="white" stroke="white" stroke-width="0.01"></rect>
<rect x="1" y="2" width="1" height="1" fill="white" stroke="white" stroke-width="0.01"></rect>
<rect x="1" y="3" width="1" height="1" fill="white" stroke="white" stroke-width="0.01"></rect>
<rect x="3" y="3" width="1" height="1" fill="white" stroke="white" stroke-width="0.01"></rect>
<rect x="4" y="3" width="1" height="1" fill="white" stroke="white" stroke-width="0.01"></rect>
<rect x="5" y="3" width="1" height="1" fill="white" stroke="white" stroke-width="0.01"></rect>
<rect x="2" y="4" width="1" height="1" fill="white" stroke="white" stroke-width="0.01"></rect>
<rect x="3" y="4" width="1" height="1" fill="white" stroke="white" stroke-width="0.01"></rect>
<rect x="4" y="4" width="1" height="1" fill="white" stroke="white" stroke-width="0.01"></rect>
<rect x="1" y="5" width="1" height="1" fill="white" stroke="white" stroke-width="0.01"></rect>
<rect x="3" y="5" width="1" height="1" fill="white" stroke="white" stroke-width="0.01"></rect>
<rect x="4" y="5" width="1" height="1" fill="white" stroke="white" stroke-width="0.01"></rect>
<rect x="5" y="5" width="1" height="1" fill="white" stroke="white" stroke-width="0.01"></rect>
</svg>
</div>
<a class="footer" href="https://github.com/codefalling/ar-demo-mobile-browser">@当轩(codefalling)</a>
</div>
</div>
</body>
</html>