<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>
<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
+<!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
+<!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
-*, ::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;
}
--- /dev/null
+*, ::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