-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
25 lines (22 loc) · 820 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<script src="app.js" defer=true></script>
<p>Here be MipMap magic. Different video cards may show different images.</p>
<p>Please open this on different devices and submit device name</p>
<canvas id="main-canvas" style="border: none;" width="512" height="512"></canvas>
</br>
<p>Enter your mobile phone model, video card model if pc:</p>
</br>
<input type="text" id="device" size="40">
<input type="button" value="Send" id="sendButon">
</br>
</br>
<a id="showAll" href="#">Show all data</a>
</br>
<p>Stats will be published soon.</p>
<p>Copyright (c) 2017 Mikhail Busyrev, see source on github <a href="https://github.com/Busyrev/mipExploration">https://github.com/Busyrev/mipExploration</a></p>
</body>
</html>