diff options
Diffstat (limited to 'html/phone.html')
| -rw-r--r-- | html/phone.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/html/phone.html b/html/phone.html new file mode 100644 index 0000000..3a4f74f --- /dev/null +++ b/html/phone.html @@ -0,0 +1,25 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <title>phone</title> + <meta charset="UTF-8"> + <link id="mainstyle" rel="stylesheet" href="style.css"> + <link rel="stylesheet" href="etc.css"> + <script src="style.js" defer></script> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> +</head> +<body> + <main id="content"> + <h2 style="margin-top: 0; margin-bottom: 8px;">><> phone</h2> + <a href="index.html">home</a> / + <a href="pages.html">pages</a> / + <a href="blog.html">blog</a> / + <a href="journal.html">journal</a> / + <a href="about_site.html">about site</a> + <hr> +<p><em>vibrate vibrate</em> I love my personal surviellence device ^_^</p> +<p>This brand new INNOVATIVE <a href="apple.html">iPhone 9237 Pro Max</a> has 9234% more performance that you didnt need in the first place, just $999999999.</p> +<p>I want my phone to look like this: { <a href="the_perfect_phone.html">Or this actually.</a> }</p> +<p><img src="media/dreamphone.jpg" alt="" /></p> +<hr>Last Modified: December 31, 2025 +</main></body></html> |
