fix broken.. everything
This commit is contained in:
Sophie Marie 2024-03-04 14:27:48 -06:00
parent f40e1da52c
commit 099f82bf9c
Signed by: IDeletedSystem64
GPG Key ID: 33A12B0480AFC8E9
1 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
<!DOCTYPE HTML>
<head>
<link rel="stylesheet" type="text/css" href="styles/main_style.css"> <!-- Import main styling -->
<link rel="stylesheet" type="text/css" href="styles/button_style.css"> <!-- Button styling -->
<link rel="stylesheet" type="text/css" href="styles/window_style.css"> <!-- Window Styling -->
<link rel="stylesheet" type="text/css" href="../styles/main_style.css"> <!-- Import main styling -->
<link rel="stylesheet" type="text/css" href="../styles/button_style.css"> <!-- Button styling -->
<link rel="stylesheet" type="text/css" href="../styles/window_style.css"> <!-- Window Styling -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>system64.dev - OCs</title>
<!-- embed -->
@ -15,9 +15,9 @@
<body>
<div class="taskbar">
<input class="start" type="button" onclick="location.href='/';" value="system64.dev">
<input class="taskbar" type="button" onclick="location.href='artwork/index.html';" value="Artwork">
<input class="taskbar" type="button" onclick="location.href='projects/index.html';" value="Projects">
<input class="taskbar" type="button" onclick="location.href='characters/index.html';" value="Characters">
<input class="taskbar" type="button" onclick="location.href='../artwork/index.html';" value="Artwork">
<input class="taskbar" type="button" onclick="location.href='../projects/index.html';" value="Projects">
<input class="taskbar" type="button" onclick="location.href='../characters/index.html';" value="Characters">
<input class="taskbar" type="button" onclick="location.href='https://git.system64.dev'" value="Code (Gitea)">
</div>
<div class="container">