-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (33 loc) · 1.48 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light">
<title>Simple Feds</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="dot.png" type="image/png">
<script src="scripts.js" defer></script>
<!-- Cache Control -->
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
</head>
<div class="wrap">
<div class="header">
<button id="darkModeToggle" class="home-icon-circle"></button>
<div class="links">
SimpleFeds
</div>
</div>
<p class="section"></p>
<p><p>
<!-- Government work is often inefficient, frustrating, and bureaucratic. <br><br> -->
Founded in 2024, SimpleFeds is a veteran-owned business dedicated to crafting simple, honest, and elegant solutions to improve our government. <br><br>
<!--Our mission is to streamline government operations, aligning them with industry standards to enhance efficiency and effectiveness in government work. <br><br> -->
We currently specialize in software development and consulting.
</p></p>
<p class="section">Contact</p>
<p><p>Reach us anytime at: <a href="mailto:[email protected]" target="_blank">[email protected]</a>.
</p></p>
</html>