-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |