-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCoba.html
More file actions
42 lines (42 loc) · 1.75 KB
/
Coba.html
File metadata and controls
42 lines (42 loc) · 1.75 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
<!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>Form Buat akun</title>
<link rel="stylesheet" href="2.css">
</head>
<body>
<div class="container">
<div class="card-con">
<div class="left">
<div class="left-con">
<img src="img/download-removebg-preview.png">
<h2>Perpustakaan </h2>
<h2>SMKN 1 Cibinong</h2>
<p> Disini adalah tempat untuk membuat akun baru </p>
<br>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nemo illum odio doloribus culpa perspiciatis quis, quisquam reprehenderit! Nemo, voluptatem voluptates.</p>
</div>
</div>
<div class="right">
<div class="right-con">
<form action="">
<h2 class="lg-view">Sign Up</h2>
<h2 class="sm-view">Sign Up</h2>
<input type="text" placeholder="Nama">
<input type="number" placeholder="NISN">
<input type="text" placeholder="Kelas">
<input type="phone" placeholder="Nomor Tlp">
<input type="email" placeholder="Email">
<input type="password" placeholder="Password">
<button>kirim</button>
<button><a href="index.html">Kembali</a></button>
</form>
</div>
</div>
</div>
</div>
</body>
</html>