-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtools.html
More file actions
90 lines (82 loc) · 3.38 KB
/
tools.html
File metadata and controls
90 lines (82 loc) · 3.38 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Tools</title>
<link rel="shortcut icon" href="images/icon.ico" type="image/x-icon">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Orbitron:400,900" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css"
integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<link href="css/lib/NES.css-master/css/nes.css" rel="stylesheet" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/model.js"></script>
<script src="js/pic.js"></script>
<script src="js/time.js"></script>
<script src="js/names.js"></script>
<link rel="stylesheet" href="css/display.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body onload="getPic(); getName();">
<div class="nav">
<script src="js/nav.js"></script>
</div>
<div class="model">
<button class="exit" onclick="hideModel()">X</button>
<img src="images/defaut.bmp" alt="your image" class="modelImage">
<!-- <div class="divButton">
<input type='file' onchange="readURL(this);" class="choosePicInput" value="choose image" />
</div> -->
<div class="input-group mb-3">
<div class="input-group-prepend">
</div>
<div class="custom-file">
<input type="file" class="custom-file-input" id="inputGroupFile03" onchange="readURL(this);" aria-describedby="inputGroupFileAddon03">
<label class="custom-file-label" for="inputGroupFile03">Find Image</label>
</div>
</div>
<h2 class="name">name</h2>
<button onclick="names()" class="button">change name</button>
</div>
<br />
<div class="newTitles">
<h1>useless tools</h1>
</div>
<div class="introduction blue">
<p>"<i>THE BEST TOOLS</i>" - Jiaming</p>
</div>
<br>
<div class="centerContainer">
<a href="tools/cal.html">
<div class="thumbnail">
<img src="images/cal.png" class="imgs">
<a href="tools/cal.html">
<h3>Calculator</h3>
<div class="playButton">Use</div>
</a>
<p>
<br> 1234567890 +-*/ 556547698654
</p>
</div>
</a>
</div>
<div class="footer">
<b>
<h3 id="myVisits"></h3>
<h5>version 2.0.0 pre 13</h5>
</b>
</div>
</body>
</html>