-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcybersecurity.html
More file actions
31 lines (29 loc) · 912 Bytes
/
cybersecurity.html
File metadata and controls
31 lines (29 loc) · 912 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
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code</title>
<link rel="stylesheet" href="assets/cs.css">
<!-- <link rel="stylesheet" href="assets/cs2.css"> -->
</head>
<body>
<canvas id="myCanvas"></canvas>
<div class="shell">
<div class="box-left">
<h3>Be careful!</h3>
<span>This is my cybersecurity place. You need to enter proper password to step in.</span>
<!-- <span> You need to enter proper password to step in.</span> -->
</div>
<div class="box-right">
<div class="form">
<!-- <label for="email">Email</label>
<input type="email" id="email"> -->
<label for="password">Password</label>
<input type="password" id="password">
<input type="submit" id="submit" value="Submit">
</div>
</div>
</div>
<script src="assets/cs.js"></script>
</body>
</html>