-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (62 loc) · 2.08 KB
/
Copy pathindex.html
File metadata and controls
68 lines (62 loc) · 2.08 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
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content='Computer virus removal, system clean-up, fix slow computer'>
<meta name="keywords" content="Computer antivirus, PC cleaner, Slow computer">
<title>PC Systems</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon" href="pics/favicon.jpg">
<base target="_blank">
</head>
<body>
<!-- <div class="navbar">
<div class="dropdown">
<button class="dropbtn">Website Design ⮟<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="sample.html">sample</a>
</div>
</div>
</div> -->
<p style="text-align:center;"><img src="pics/antivirus.jpg" width="192" height="146" alt="Logo"></p>
<h1>PC Systems</h1>
<h2>Affordable Computer Repair</h2>
<h3>Is Your Computer Running Slow?</h3>
<p>We can help.</p>
<ul>
<li>🛡️ Virus Removal</li>
<li>⚡ Speed-Up your Computer</li>
<li>💻 Windows 10 & 11 Re-installation</li>
</ul>
<h3>Pricing</h3>
<ul>
<li>Virus Removal: $40</li>
<li>Speed-Up: $30</li>
<ul><li>Delete unnecessary programs to optimize your PC.</li></ul>
<li>$50 Virus Removal and Speed-Up.</li>
<li>File Recovery: $20-30</li>
<li>Fresh Start: $60-70</li>
<ul>
<li>Back-up files: pictures, documents, etc.</li>
<li>Windows 10 or 11 install.</li>
<li>Install Programs.</li>
<li>Optimize system.</li>
</ul>
</ul>
<p>On-site or remotely through a secure connection to your computer.</p>
<div class="footer">
<h3>Contact</h3>
<ul>
<li>(970) 390-3405</li>
<li>Email: <a href="mailto:lm4ssw@gmail.com" id="email">lm4ssw@gmail.com</a> <button onclick="copy_email()">Copy email</button></li>
<li><a href="https://www.facebook.com/PCSystemsEC/">Facebook</a></li>
</ul>
</div>
<script src="button.js"></script>
</body>
</html>
<!-- <div id="centerBox">
<p style="text-align:center;"><img src="favicon/favicon.png" alt="Logo AMS"></p>
</div> -->