-
Notifications
You must be signed in to change notification settings - Fork 0
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
4 changed files
with
25 additions
and
13 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -3,23 +3,21 @@ | |
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>Daniel Benge</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/beer.min.css" rel="stylesheet" /> | ||
<link href="/css/index.css" rel="stylesheet" /> | ||
<script type="module" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/beer.min.js"></script> | ||
<script type="module" | ||
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/material-dynamic-colors.min.js"></script> | ||
<script src='https://analytics.stacc.cc/api/script/4Wx5IIzJGQ8p'></script> | ||
<script src="https://unpkg.com/feather-icons"></script> | ||
<script src="/js/clipboard.js"></script> | ||
<script src="/js/light.js"></script> | ||
<title>Daniel Benge</title> | ||
<meta name="author" content="Daniel Benge"> | ||
<meta property="og:site_name" content="Daniel Benge"> | ||
<meta name="description" | ||
content="Hi there, I'm Daniel Benge (aka @Dragon863), a 16 year old developer. Welcome to my personal blog / portfolio!"> | ||
<meta name="keywords" content="Daniel Benge, Cybersecurity, Dragon863"> | ||
<link rel="icon" type="image/x-icon" href="/favicon.ico"> | ||
<link href="/css/beer.min.css" rel="stylesheet" /> | ||
<link href="/css/index.css" rel="stylesheet" /> | ||
<script type="module" src="/js/beer.min.js"></script> | ||
<script src='https://analytics.stacc.cc/api/script/4Wx5IIzJGQ8p'></script> | ||
<script src="/js/clipboard.js"></script> | ||
<script src="/js/light.js"></script> | ||
<link rel="preload" fetchpriority="high" as="image" href="/img/bg.svg" type="image/svg+xml"> | ||
<meta name="google-site-verification" content="ondYOXSCfn-zhOWKssd1D4U6X_cJBX8XNXnEj79Zr3E" /> | ||
<!-- Cloudflare Web Analytics --> | ||
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' | ||
|
@@ -114,8 +112,5 @@ <h2 class="sub-name center-align mobile">Developer + A-Level Student</h2> | |
</div> | ||
</main> | ||
</body> | ||
<script> | ||
feather.replace(); | ||
</script> | ||
|
||
</html> |