Skip to content

Commit

Permalink
Change deployment location of new tab page
Browse files Browse the repository at this point in the history
  • Loading branch information
hudson-newey committed Apr 13, 2024
1 parent 231c4e0 commit 1f900c2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions public/posts/deployments/newtab/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>New Tab</title>
</head>

<body>
<iframe
src="https://hudson-newey.github.io/public/newtab/"
frameborder="0"
style="
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
"
></iframe>
</body>
</html>

0 comments on commit 1f900c2

Please sign in to comment.