Skip to content

Commit

Permalink
Use for multiple projects
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanensari committed Jan 26, 2025
1 parent f296423 commit 495e948
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

11 changes: 8 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@exampledev/new.css@latest/new.min.css"
/>
<script>
document.addEventListener("DOMContentLoaded", function () {
const domain = window.location.hostname || "example.com";
const godaddyLink = document.querySelector('a[href*="godaddy.com"]');
godaddyLink.href = `https://www.godaddy.com/domainsearch/find?domainToCheck=${domain}`;
});
</script>
</head>
<body>
<header>
Expand All @@ -22,9 +29,7 @@ <h1>The placeholder site</h1>
<p>This is a placeholder for a future project.</p>
<p>
Have another idea?
<a href="https://www.godaddy.com/domainsearch/find?domainToCheck=aweso.me"
>Buy the domain.</a
>
<a href="https://www.godaddy.com">Buy the domain.</a>
</p>
<a href="https://lineofflig.ht"
><img
Expand Down

0 comments on commit 495e948

Please sign in to comment.