parent
f40e1da52c
commit
099f82bf9c
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue