-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (40 loc) · 1.35 KB
/
index.html
File metadata and controls
40 lines (40 loc) · 1.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Frolix's PC Optimizations</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<header>
<h1>Frolix's PC Optimizations</h1>
<p>Streamline your PC's performance like never before!</p>
</header>
<main>
<section>
<h2>About Our Optimizations</h2>
<p>
We specialize in enhancing PC performance through advanced techniques,
ensuring your system runs smoothly and efficiently. Whether you're a
gamer, a designer, or just want a faster computer, we've got you covered!
</p>
</section>
<section>
<h2>How It Works</h2>
<p>
Our process involves a comprehensive evaluation of your system to identify
bottlenecks, followed by tailored optimizations such as registry tweaks,
process streamlining, and hardware calibration.
</p>
</section>
<section>
<div class="buttons">
<a href="https://github.com/FrolixCZE/pc-optimizations/releases/download/optimization/Frolix.s.PC.Optimizations.zip" class="btn" download>Download</a>
</div>
</section>
</main>
</div>
</body>
</html>