This is an old revision of the document!
<!DOCTYPE html> <html> <html lang=“en-US”>
<head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>millennium layout</title> <link rel="icon" type="image/x-icon" href="https://i.postimg.cc/ZR2SpzKq/pillico.png">
<link href="millenniumlayout.css" rel="stylesheet" type="text/css" media="all">
<link rel=“preconnect” href=“https://fonts.upset.dev”> <link href=“https://fonts.upset.dev/css2?family=WindSong:wght@400;500&family=Zen+Kaku+Gothic+Antique&display=swap” rel=“stylesheet”>
</head> <body>
<!– The header image is 700 x 480 pixels. You can change the size in CSS, and change the image itself here. –>
<img src=“https://i.postimg.cc/gk9p0pTS/chii.png”>
<h1>millennium.</h1>
<!– This is the left sidebar! –>
<h3>About me</h3>
<img src=“https://i.postimg.cc/Df4FF0B4/icon.png” id=“profilepic”> <p> <b>Name:</b> JJJ<br> <b>Age:</b> 55<br> <b>Pronouns:</b> he/him<br> <b>Likes:</b> pictures of spiderman<br> <b>Favorite food:</b> cigars </p>
<h3>Listening</h3>
<img src=“https://i.postimg.cc/52gWpCNT/a-audio.gif”> i can't decide - scissor sisters
<h3>Updates</h3>
<ul> <li>11.10.2024: New layout.</li> <li>4.15.2009: Became mayor of New York City.</li> <li>6.16.2004: Got sued by She-Hulk.</li> <li>11.13.2003: Published a book.</li> <li>11.25.1998: Died and went to hell.</li> <li>3.11.1965: Captured Spiderman with evil robots.</li> <li>12.10.1962: Son went to space. (He's an astronaut)</li> </ul>
<h3>Visitors</h3> <!– Start of CuterCounter Code –> <a href=“https://www.cutercounter.com/” target=“_blank”><img src=“https://www.cutercounter.com/hits.php?id=huvxqkqxq&nd=6&style=2” alt=“website counter”></a> <!– End of CuterCounter Code –>
<!– That's the end of the left sidebar.–>
<!– This is the main middle box! –>
<h2>Welcome.</h2>
<p>This is the “Millennium” layout, designed in the vein of 00s layouts. It is small and cluttered, with a huge header image. It has a precise and busy kind of feeling to it, I think.</p> <p>The calendar in the sidebar uses javascript, nothing else does!</p>
<ul> <li>This is a list. It's got a custom bullet point.</li> <li>Some ideas for pages on your web site:</li> <ul> <li>display some of your favorite pictures you have on your computer</li> <li>share your bookmarked sites</li> <li>write down instructions for how to do something you're pretty good at doing</li> </ul> <li>Or nothing at all. Do what you want.</li> </ul>
<p><b>This is bolded.</b> <i>This is italicized.</i> <u>This is underlined.</u> <a href=“http://www.neocities.org”>This is a link.</a></p>
<h2>Notes</h2>
<p>Click on the counter to get one for your page. This one's counting for this page. It's customizable!</p>
<!– This is the right sidebar! –>
<h3>Today</h3> <!–This is the code for the calendar.–>
<header class="calendar-header"> <p class="calendar-current-date"></p> </header>
<div class="calendar-body"> <ul class="calendar-dates"></ul> </div>
<script src=“calendarsscript.js”></script>
<!–Now the calendar is over.–>
<h3>Navigation</h3>
<ul> <li><a href=“”>Link</a></li> <li><a href=“”>Link</a></li> <li><a href=“”>Link</a></li> <li><a href=“”>Link</a></li> <li><a href=“”>Link</a></li> </ul>
<h3>Contact</h3>
<p>Socials</p> <p>email@email.com</p> <p>discordname @ discord</p>
<h3>Link back</h3>
<!–Replace this with your button!–> <img src=“https://i.postimg.cc/yxRzTpky/lorenribozonebutton2.png” alt=“XIXXII website button”>
<!–If you want more sidebar boxes, just add more of these:–> <h3>Boxname</h3>
<p>Box content.</p>
<!–That's the end of the right sidebar.–>
<!–This is the end of the main “container” that holds the sidebars and middle body.–>
<!–Here's the footer.–>
<p>Layout anticopyright: please do copy, modify, adapt, transform, and redistribute. Delete or change whatever you want.</p>
</body> </html>