]> git.bochard.net Git - mysite.git/commitdiff
update
authorbochard <mail@tenkyuu.dev>
Fri, 21 Mar 2025 11:55:41 +0000 (19:55 +0800)
committerbochard <mail@tenkyuu.dev>
Fri, 21 Mar 2025 11:55:41 +0000 (19:55 +0800)
404.html
index.html
links.html
sitemap.html
styles/index.css
styles/root.css [new file with mode: 0644]

index b21ee3a95831d7f82c23fbcda6745519f0e7dbca..6a7c3643ee4c743366491ed18a716d9896006ef5 100644 (file)
--- a/404.html
+++ b/404.html
@@ -3,83 +3,13 @@
 <head>
   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
-  <meta name="author" content="rain (ametoresu)">
-  <link rel="icon" type="image/ico" href="/assets/icons/favicon.ico">
+  <meta name="description" content="this page cannot be located on my server.">
+  <meta name="robots" content="index, follow">
   <title>page doesn't exist!!</title>
-<style>
-*, ::before, ::after {
-  padding: 0;
-  margin: 0;
-  box-sizing: border-box;
-}
-html {
-  background-image: url(/images/background.png);
-  background-position: center;
-}
-body {
-  font-family: serif;
-  margin: 0 auto;
-  width: 100%;
-  max-width: 1000px;
-}
-header {
-  text-align: center;
-}
-.headernav {
-  margin: 10px auto;
-  width: fit-content;
-}
-.navlist {
-  display: flex;
-  flex-direction: row;
-  justify-content: center;
-  flex-wrap: wrap;
-  gap: 4px;
-}
-.navlink {
-  font-size: 18px;
-  list-style: none;
-  padding: 2px 4px;
-  background-color: #dbdbdb;
-  border: 7px outset #000000;
-  border-radius: 8px;
-  text-shadow: 1px 1px #000000;
-  cursor: pointer;
-}
-header {
-  text-align: center;
-}
-.headernav {
-  margin: 10px auto;
-  width: fit-content;
-}
-.navlist {
-  display: flex;
-  flex-direction: row;
-  justify-content: center;
-  flex-wrap: wrap;
-  gap: 4px;
-}
-.navlink {
-  font-size: 18px;
-  list-style: none;
-  padding: 2px 4px;
-  background-color: #dbdbdb;
-  border: 7px outset #000000;
-  border-radius: 8px;
-  text-shadow: 1px 1px #000000;
-  cursor: pointer;
-}
-main {
-  text-align: center;
-}
-h1 {
-  font-size: 40px;
-}
-p {
-  font-size: 20px;
-}
-  </style>
+  <link rel="icon" type="image/ico" href="/images/">
+
+  <!-- styles -->
+  <link rel="stylesheet" href="./styles/root.css">
 </head>
 <body>
   <header>
index f465b74feb7bdba52c7540144fb8ed728468c626..2eab1bd647f369a19ba2be6e5c497ae1340a08e9 100644 (file)
@@ -3,17 +3,18 @@
 <head>\r
   <meta charset="UTF-8">\r
   <meta name="viewport" content="width=device-width, initial-scale=1.0">\r
-  <meta name="author" content="bochard">\r
-  <meta name="description" content="17-year old web developer.">\r
+  <meta name="description" content="i code on paper and create websites out of it.">\r
   <meta name="robots" content="index, follow">\r
-  <title>bochard - web developer</title>\r
+  <title>bochard's website'</title>\r
   <link rel="icon" type="image/ico" href="/images/">\r
   <meta property="og:type" content="website">\r
-  <meta property="og:title" content="bochard - web developer">\r
-  <meta property="og:description" content="I code on paper and create websites out of it.">\r
+  <meta property="og:title" content="bochard's website'">\r
+  <meta property="og:description" content="i code on paper and create websites out of it.">\r
   <meta property="og:image" content="/images/">\r
   <meta property="og:url" content="https://tenkyuu.dev/">\r
 \r
+  <!-- styles -->\r
+  <link rel="stylesheet" href="./styles/root.css">\r
   <link rel="stylesheet" href="./styles/index.css">\r
 </head>\r
 <body>\r
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..5f6d4fafbe5dd2b5997570b1acee8faf5eae21a9 100644 (file)
@@ -0,0 +1,29 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <meta name="description" content="useful links.">
+  <meta name="robots" content="index, follow">
+  <title>useful resources</title>
+  <link rel="icon" type="image/ico" href="/images/">
+
+  <!-- styles -->
+  <link rel="stylesheet" href="./styles/root.css">
+</head>
+<body>
+  <header>
+    <h1></h1>
+    <nav class="headernav">
+      <ul class="navlist">
+        <li class="navlink"><a href="./index.html">homepage</a></li>
+        <li class="navlink"><a href="./projects.html">stuffs i made</a></li>
+        <li class="navlink"><a href="./links.html">useful links</a></li>
+        <li class="navlink"><a href="./sitemap.html">sitemap</a></li>
+      </ul>
+    </nav>
+  </header>
+  <main></main>
+  <footer></footer>
+</body>
+</html>
\ No newline at end of file
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..e326622a29194769c781dcecc277e020fbef1963 100644 (file)
@@ -0,0 +1,29 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <meta name="description" content="my website's sitemap">
+  <meta name="robots" content="index, follow">
+  <title>sitemap</title>
+  <link rel="icon" type="image/ico" href="/images/">
+
+  <!-- styles -->
+  <link rel="stylesheet" href="./styles/root.css">
+</head>
+<body>
+  <header>
+    <h1></h1>
+    <nav class="headernav">
+      <ul class="navlist">
+        <li class="navlink"><a href="./index.html">homepage</a></li>
+        <li class="navlink"><a href="./projects.html">stuffs i made</a></li>
+        <li class="navlink"><a href="./links.html">useful links</a></li>
+        <li class="navlink"><a href="./sitemap.html">sitemap</a></li>
+      </ul>
+    </nav>
+  </header>
+  <main></main>
+  <footer></footer>
+</body>
+</html>
\ No newline at end of file
index 5aae6e58bb90847722121c28f4e9cc659abb3cce..0e6830e64179d70571994255b7323bed4efd1cb0 100644 (file)
@@ -1,55 +1,3 @@
-*, ::before, ::after {
-  padding: 0;
-  margin: 0;
-  box-sizing: border-box;
-}
-html {
-  background-image: url(/images/background.png);
-  background-position: center;
-}
-body {
-  font-family: serif;
-  margin: 0 auto;
-  width: 100%;
-  max-width: 1000px;
-}
-header {
-  text-align: center;
-}
-.headernav {
-  margin: 10px auto;
-  width: fit-content;
-}
-.navlist {
-  display: flex;
-  flex-direction: row;
-  justify-content: center;
-  flex-wrap: wrap;
-  gap: 4px;
-}
-.navlink {
-  font-size: 18px;
-  list-style: none;
-  padding: 2px 4px;
-  background-color: #dbdbdb;
-  border: 7px outset #000000;
-  border-radius: 8px;
-  text-shadow: 1px 1px #000000;
-  cursor: pointer;
-}
-
-
-
-main {
-  text-align: center;
-}
-h1 {
-  font-size: 40px;
-}
-p {
-  font-size: 20px;
-}
-
 section {
   margin-top: 40px;
 }
diff --git a/styles/root.css b/styles/root.css
new file mode 100644 (file)
index 0000000..cf1e5c1
--- /dev/null
@@ -0,0 +1,52 @@
+*, ::before, ::after {
+  padding: 0;
+  margin: 0;
+  box-sizing: border-box;
+}
+html {
+  background-image: url(/images/background.png);
+  background-position: center;
+}
+body {
+  font-family: serif;
+  margin: 0 auto;
+  width: 100%;
+  max-width: 1000px;
+}
+h1 {
+  font-size: 40px;
+}
+p {
+  font-size: 20px;
+}
+
+
+header {
+  text-align: center;
+}
+.headernav {
+  margin: 10px auto;
+  width: fit-content;
+}
+.navlist {
+  display: flex;
+  flex-direction: row;
+  justify-content: center;
+  flex-wrap: wrap;
+  gap: 4px;
+}
+.navlink {
+  font-size: 18px;
+  list-style: none;
+  padding: 2px 4px;
+  background-color: #dbdbdb;
+  border: 7px outset #000000;
+  border-radius: 8px;
+  text-shadow: 1px 1px #000000;
+  cursor: pointer;
+}
+
+
+main {
+  text-align: center;
+}
\ No newline at end of file