-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvehicle.html
More file actions
56 lines (42 loc) · 1.27 KB
/
vehicle.html
File metadata and controls
56 lines (42 loc) · 1.27 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cryptoassets</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.2/css/bulma.min.css">
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
</head>
<body>
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item"><h1 class="title">
cryptoassets</h1> </a>
<a class="navbar-item is-active">
User
</a>
<a class="navbar-item">
Cars List
</a>
</div>
</nav>
<div class="container">
<br>
<h1 class="title">tesla rodster
</h1>
<blockquote><img src="roadster-social.jpg" width="600"/></blockquote>
<br>
<div class="subtitle">
Registration number of the vehicle:KL35 F 3434<br>
Maker’s class:<br>
Vehicle’s class:<br>
Month and year of manufacture:<br>
Fuel used:electricity<br>
Type of vehicle body:<br>
Chassis number:32434234<br>
<br>
<button class="button is-link">Transfer Ownership</button>
</div>
</div>
</body>
</html>