Rewrite index.html to use new css rules

This commit is contained in:
Sophie Marie 2023-04-16 18:36:46 -05:00
parent 047a4ff232
commit dec09dcc18
Signed by: IDeletedSystem64
GPG Key ID: F5D997A1BEF778ED
1 changed files with 16 additions and 15 deletions

View File

@ -1,20 +1,21 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<head> <head>
<link rel="stylesheet" type="text/css" href="/styles/stylemainv2.css"> <link rel="stylesheet" type="text/css" href="/styles/stylemain.css"> <!-- Import main styling -->
<link rel="stylesheet" type="text/css" href="/styles/buttons.css"> <!-- Button styling -->
<link rel="icon" type="image/x-icon" href="/img/favicon/favicon.gif"> <link rel="icon" type="image/x-icon" href="/img/favicon/favicon.gif">
<title>IDeletedSystem64</title> <title>system64.dev</title>
<!-- Replace "Username" with your name, website name or social username! -->
</head> </head>
<body> <body>
<header> <!-- <h1 class="header">system64.dev_v2</h1> -->
<!-- Replace "Username" with your name, website name, or social username!--> <!--
<h1 class="header">system64.dev</h1>
<div class="alert"> <div class="alert">
<p class="alert">This is the beta website. Some things may break or disappear with zero notice.</p> <p class="alert">This is the beta website. Some things may break or disappear with zero notice.</p>
</div> </div>
<div class-="main"> -->
<h1 class="intro">I'm Sophie (she/they)</h1> <div class="container">
<p class="info">I am:</p> <div class="main">
<h1>I'm Sophie (she/they)</h1>
<h2>I am:</h2>
<ul> <ul>
<li>a digital and sometimes traditional artist</li> <li>a digital and sometimes traditional artist</li>
<li>a learning beginner programmer</li> <li>a learning beginner programmer</li>
@ -26,5 +27,5 @@
<input type="button" onclick="location.href='/projects/index.html';" value="Projects"> <input type="button" onclick="location.href='/projects/index.html';" value="Projects">
</div> </div>
</div> </div>
</header> </div>
</body> </body>