Skip to content

Commit

Permalink
v6.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
TKING14 committed Nov 17, 2023
1 parent 5419667 commit f3e2192
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<body>
<section class="h90 flex col">
<h1>Welcome to the void :&rbrack;</h1>
<a href="./index.html">return to home</a>
<a href="/index">return to home</a>
</section>
</body>
</html>
30 changes: 15 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="author" content="Thijs de Koning"/> <!-- Who Wrote the page content? -->
<meta name="description" content="Lets shape the digital landscape anad make people happy!"/> <!-- What is the website about? -->
<meta name="keywords" content="Website developer, Freelance, Fullstack, HTML5, CSS3, JS, Modern, Fresh, Competative, Sportive, Sustainable, Partnership, esport"/> <!-- What are keywords to the subject? -->
<meta name="apple-mobile-web-app-title" content="THLDK">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Thijs de Koning"> <!-- Who Wrote the page content? -->
<meta name="description" content="Lets shape the digital landscape and make people happy!"> <!-- What is the website about? -->
<meta name="keywords" content="Website developer, Freelance, Fullstack, HTML5, CSS3, JS, Modern, Fresh, Competative, Sportive, Sustainable, Partnership, esport"> <!-- What are keywords to the subject? -->
<meta name="apple-mobile-web-app-title" content="Stichting Thldk">

<link rel="apple-touch-icon" href="/assets/icons/logo.png" type="image/png">
<link rel="icon" href="/assets/icons/logo.png" type="image/png" media="screen">
<link rel="icon" href="/assets/icons/logo-white.png" type="image/png" media="(prefers-color-scheme:dark)">
<link rel="stylesheet" href="/builderfiles/config.css" type="text/css" media="screen">
<link rel="stylesheet" href="/css/config.css" type="text/css" media="screen">
<link rel="stylesheet" href="/css/darkmode.css" type="text/css" media="(prefers-color-scheme:dark)" >
<link rel="stylesheet" href="/css/x-small.css" type="text/css" media="screen and (max-width:45rem)">
<link rel="stylesheet" href="/css/x-large.css" type="text/css" media="screen and (min-width:120rem)">
<title>THLDK | Web Development Studio</title>
<link media="screen" type="image/png" rel="shortcut icon" href="/assets/icons/logo.png">
<link media="screen" type="text/css" rel="stylesheet" href="/builderfiles/config.css">
<link media="screen" type="text/css" rel="stylesheet" href="/css/config.css">
<link media="screen" type="image/png" rel="apple-touch-icon" href="/assets/icons/logo.png">
<link media="screen and (prefers-color-scheme:dark)" type="image/png" rel="apple-touch-icon" href="/assets/icons/logo-white.png">
<link media="screen and (prefers-color-scheme:dark)" type="image/png" rel="shortcut icon" href="/assets/icons/logo-white.png">
<link media="screen and (prefers-color-scheme:dark)" type="text/css" rel="stylesheet" href="/css/darkmode.css">
<link media="screen and (max-width:45rem)" type="text/css" rel="stylesheet" href="/css/x-small.css">
<link media="screen and (min-width:120rem)" type="text/css" rel="stylesheet" href="/css/x-large.css">
</head>
<body>
<nav>
Expand Down

0 comments on commit f3e2192

Please sign in to comment.