Skip to content

Commit

Permalink
updaye
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottN13 committed Apr 14, 2024
1 parent 82b0ea5 commit 6dfd6d0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 116 deletions.
22 changes: 15 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
<html>
<html data-theme="dim" class="bg-error">
<body>
<head>
<title>ScottN13's Portofolio</title>
<link rel="stylesheet" href="style.css">
<title>e scotty a</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/full.min.css" rel="stylesheet" type="text/css" />
<script src="https://cdn.tailwindcss.com"></script>
</head>
<header>
<div class="center">
<h1>Welcome!</h1>

</div>
<div class="navbar-center bg-base-100">
<a class="btn btn-outline btn-success text-xl">scottnewman.xyz</a>

<div role="tablist" class="tabs tabs-lifted">
<a role="tab" class="tab tab-active">About Me</a>
<a role="tab" class="tab">funny links <span class="badge badge-sm badge-warning">new links added!</span></a>
<a role="tab" class="tab">Link Tree</a>
</div>
</div>


</header>
</body>
</html>
109 changes: 0 additions & 109 deletions style.css

This file was deleted.

0 comments on commit 6dfd6d0

Please sign in to comment.