-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathselection.html
More file actions
26 lines (22 loc) · 880 Bytes
/
selection.html
File metadata and controls
26 lines (22 loc) · 880 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>selection sort</title>
<link rel="stylesheet" href="./selection.css" />
<link rel="shortcut icon" type="icon" href="./favicon.png">
</head>
<body>
<h1 id="tt">SELECTION_SORT</h1>
<button class="dire" onclick="funct()">back to home page</button>
<button class="dire" onclick="location.reload()">reset elements</button>
<div id="bx1"></div>
<button class="fire" id="b1">stop</button>
<button class="fire" id="b2">restart</button>
<div class=" in" id="in"></div>
<h3 style="color: rgb(241, 238, 31); font-size: 20px;">thank you visit again</h3>
</body>
<script type="text/javascript" src="./selection.js"></script>
</html>