Skip to content

Commit

Permalink
Merge pull request #14 from L7NEG/main
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
wdhdev authored Dec 26, 2023
2 parents c8ea1de + 419521a commit d1699a0
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 7 deletions.
17 changes: 10 additions & 7 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
<title>404 - Page Not Found</title>
<!-- Your CSS styles -->
<style>
/* Your styles from the original code */
html,
body {
html {
--header-bg: #0f0c19;
--accent: #4e3aA3;
--body-fg: #9b7dff;
Expand All @@ -24,14 +22,19 @@
padding: 20px;
}

body {
margin: 0;
padding: 0;
background-color: #0f0c19;
color: var(--body-fg);
overflow: hidden; /* Hides the scrollbar for the body */
}

body * {
box-sizing: border-box;
line-height: 1.5em;
}

/* ... (rest of your styles) ... */

/* Additional styles for 404 page */
.error-container {
display: flex;
justify-content: center;
Expand Down
Binary file added assets/favicon.ico
Binary file not shown.
Binary file added assets/is-a.dev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>is-a.dev | Free sub-domains for developers</title>
<meta name="description" content="A service to allow developers to get free `.is-a.dev` subdomains">
<meta property="og:title" content="is-a.dev">
<meta property="og:description" content="A service to allow developers to get free `.is-a.dev` subdomains">
<meta property="og:image" content="/assets/is-a.dev.png">
<meta property="og:url" content="https://is-a.dev">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="is-a.dev">
<meta name="twitter:description" content="A service to allow developers to get free `.is-a.dev` subdomains">
<meta name="twitter:image" content="/assets/is-a.dev.png">
<meta name="apple-mobile-web-app-title" content="is-a.dev">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="theme-color" content="#4E3AA3">
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
<link rel="stylesheet" href="./fonts/Roboto/font.css">
<link rel="stylesheet" href="./fonts/UbuntuMono/font.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
Expand Down

0 comments on commit d1699a0

Please sign in to comment.