sneedium/itworks.html

20 lines
718 B
HTML
Raw Normal View History

2024-09-10 20:54:30 -05:00
<!-- This is the Sneedium new tab page. -->
2024-09-10 20:55:03 -05:00
2023-03-02 17:26:33 -06:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'">
<title>Sneedium works!</title>
2023-03-02 17:26:33 -06:00
</head>
<body>
2023-03-09 05:54:59 -06:00
<img src="logo.png" align="right" width="20%"/>
<h1>Welcome to Sneedium!</h1>
<p>Welcome to the Sneedium Browser! You can easily compile for for macOS, Windows, and Linux as of the time of writing this. We hope you enjoy this browser as much as we did making it.</br></br>From all of us at Sneed Group.
2024-09-08 16:00:22 -05:00
</p>
2023-03-02 17:26:33 -06:00
</body>
</html>