-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuyRFID.html
More file actions
45 lines (44 loc) · 1.62 KB
/
buyRFID.html
File metadata and controls
45 lines (44 loc) · 1.62 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
<html>
<head>
<title>PatchWare</title>
<link href="buyRFID.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="navbar">
<img src="logo.png" class="logo">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="#">Other</a></li>
<li><a href="#">Troubleshoot</a></li>
<li><a href="buyRFID.html">Buy</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
<div class="banner">
<div class="content">
<h1>DataWare</h1>
<br>
<p>Wanna buy? Hehe....</p>
<br>
<br>
<h1>1 month 2 €</h2>
<h1 style="color:tomato;">6 months 10 €</h2>
<h1 style="color:tomato;">1 year 20 €</h2>
<img src="sale_10.png" alt="">
<select name="licene-expiration">
<option value="1">1 Month License</option>
<option value="2">2 Months License</option>
<option value="6">6 Months License</option>
<option value="12">1 Year License</option>
</select>
<a href="..."><button type="button" ><span></span>Buy NOW</button></a>
</div>
</div>
<div class="end">
<p>powered by DIGNUS</p>
<img src="dignus_logo.png" alt="">
<p>PatchWare 2024</p>
</div>
</body>
</html>