-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (21 loc) · 814 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
26
27
28
29
<!doctype html>
<html>
<head>
<title>Silkscreen simulator</title>
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon" />
<link href="style.css" type="text/css" rel="stylesheet"></link>
<link href="image/favicon.png" type="image/x-icon" rel="shortcut icon"></link>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<style>
</style>
</head>
<body>
<img id="screen" src="img/screen2.png"></img>
<img id="squeegee" src="img/squeegee4.svg"></img>
<div id="shadow"></div>
<img class="print" src="img/print.svg"></img>
<div class="clean"></div>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>