-
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
tay
committed
Oct 1, 2024
1 parent
5d7ff65
commit b27293f
Showing
3 changed files
with
123 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<main> | ||
<div> | ||
<div> | ||
<div class="about"> | ||
<div> | ||
<p>Welcome to Mysty Radio</p> | ||
</div> | ||
<div> | ||
<iframe src="https://radio.mysty.one/public/mysty-ky/embed?theme=dark" frameborder="0" allowtransparency="true" style="width: 100%; min-height: 150px; border: 0;"></iframe> | ||
</div> | ||
<div> | ||
<iframe src="https://radio.mysty.one/public/mysty-ky/history?theme=dark" frameborder="0" allowtransparency="true" style="width: 100%; min-height: 300px; border: 0;"></iframe> | ||
</div> | ||
</div> | ||
</div> | ||
</main> | ||
|
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
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 |
---|---|---|
@@ -0,0 +1,99 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>tee's website</title> | ||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> | ||
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css" /> | ||
<link | ||
rel="stylesheet" | ||
href="/assets/font-awesome/css/font-awesome.min.css" | ||
/> | ||
<link rel="stylesheet" href="/assets/css/animate.css" /> | ||
<link rel="stylesheet" href="/assets/css/style.css" /> | ||
<link rel="stylesheet" href="/assets/css/about/style.css" /> | ||
<link rel="shortcut icon" href="/assets/imgs/favicon.png" /> | ||
<script src="assets/js/disableFullscreen.js"></script> | ||
</head> | ||
|
||
<body> | ||
<nav | ||
class="navbar navbar-inverse navbar-fixed-top navbar-no-bg" | ||
role="navigation" | ||
> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button | ||
type="button" | ||
class="navbar-toggle collapsed" | ||
data-toggle="collapse" | ||
data-target="#top-navbar-1" | ||
> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="/"> | ||
Tee | ||
<img | ||
id="dcstat" | ||
alt="Status" | ||
width="75" | ||
style="margin-left: 55px; margin-top: -17px" | ||
/> | ||
<script src="/assets/js/lanyard.js"></script> | ||
</a> | ||
<link rel="home" href="/" /> | ||
</div> | ||
<div class="collapse navbar-collapse" id="top-navbar-1"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<li><a class="btn btn-link-3" href="/">Home</a></li> | ||
<li><a class="btn btn-link-3" href="/about">About</a></li> | ||
<li><a class="btn btn-link-3" href="/projects">Projects</a></li> | ||
<li><a class="btn btn-link-3" href="/discord">Discord</a></li> | ||
<li><a class="btn btn-link-3" href="/pages">Pages</a></li> | ||
<li> | ||
<a class="btn btn-link-3" href="https://tayrp.substack.com/" | ||
>Blog</a | ||
> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
|
||
<main><main> | ||
<div> | ||
<div> | ||
<div class="about"> | ||
<div> | ||
<p>Welcome to Mysty Radio</p> | ||
</div> | ||
<div> | ||
<iframe src="https://radio.mysty.one/public/mysty-ky/embed?theme=dark" frameborder="0" allowtransparency="true" style="width: 100%; min-height: 150px; border: 0;"></iframe> | ||
</div> | ||
<div> | ||
<iframe src="https://radio.mysty.one/public/mysty-ky/history?theme=dark" frameborder="0" allowtransparency="true" style="width: 100%; min-height: 300px; border: 0;"></iframe> | ||
</div> | ||
</div> | ||
</div> | ||
</main> | ||
</main> | ||
|
||
<footer> | ||
<div class="container"> | ||
<div class="row"> | ||
© | ||
<b | ||
>2024 <a href="https://github.com/tayrp/tayrp.github.io">TayRP</a>. | ||
All rights reserved. Made with 🩷 by <a href="https://github.com/tayrp">Tee</a></b | ||
> | ||
</div> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |