19 lines
777 B
HTML
19 lines
777 B
HTML
<!-- This is the Sneedium new tab page. -->
|
|
<!-- (Hello from Sparky running Arc Browser on macOS with <3 !)-->
|
|
<!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>
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<img src="logo.png" align="right" width="20%"/>
|
|
<h1>Welcome to Sneedium!</h1>
|
|
<p>Welcome to the Sneedium Browser! We provide versions 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.
|
|
</p>
|
|
</body>
|
|
</html>
|