"Javeen's Place" Source Code
tapeykatt.neocities.org
website
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <title>NULL</title>
7 <!-- The style.css file allows you to change the look of your web pages.
8 If you include the next line in all your web pages, they will all share the same look.
9 This makes it easier to make new pages for your site. -->
10 <style>
11 body {
12 color: white;
13 background-color: black;
14 text-align: center;
15 }
16 </style>
17 </head>
18 <body>
19 <h1>NULL</h1>
20 <img src="null_tapeymals.png" width="500px">
21 </body>
22</html>