-
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
68 changed files
with
242 additions
and
6,691 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,63 +1,4 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>About</title> | ||
|
||
|
||
<link rel="stylesheet" href="/css/style.css"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous"> | ||
|
||
</head> | ||
<body> | ||
<header> | ||
<nav class="navbar navbar-expand-lg bg-dark navbar-dark"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand" href="/">HunterM64</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarNav"> | ||
<ul class="navbar-nav"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/blog">Blog</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/media-thread">Media Thread</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/about">About</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
<br> | ||
</header> | ||
|
||
|
||
<main> | ||
<article> | ||
<h1>About</h1> | ||
<div> | ||
<p>here’s some stuff about me:</p> | ||
|
||
</div> | ||
|
||
|
||
</article> | ||
</main> | ||
|
||
<footer> | ||
<hr> | ||
<p>© 2024 <a href="https://hunterm64.github.io/">HunterM64</a></p> | ||
</footer> | ||
|
||
|
||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-cuYeSxntonz0PPNlHhBs68uyIAVpIIOZZ5JqeqvYYIcEL727kskC66kF92t6Xl2V" crossorigin="anonymous"></script> | ||
</body> | ||
</html> | ||
<!doctype html><html lang=en-us><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>About</title> | ||
<link rel=stylesheet href=../css/style.css><link href=https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css rel=stylesheet integrity=sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65 crossorigin=anonymous></head><body><header><nav class="navbar navbar-expand-lg bg-dark navbar-dark"><div class=container-fluid><a class=navbar-brand href=../>HunterM64</a> | ||
<button class=navbar-toggler type=button data-bs-toggle=collapse data-bs-target=#navbarNav aria-controls=navbarNav aria-expanded=false aria-label="Toggle navigation"> | ||
<span class=navbar-toggler-icon></span></button><div class="collapse navbar-collapse" id=navbarNav><ul class=navbar-nav><li class=nav-item><a class=nav-link href=../blog>Blog</a></li><li class=nav-item><a class=nav-link href=../media-thread>Media Thread</a></li><li class=nav-item><a class=nav-link href=../about>About</a></li></ul></div></div></nav><br></header><main><article><h1>About</h1><div><p>here’s some stuff about me:</p></div></article></main><footer><hr><p>© 2024 <a href>HunterM64</a></p></footer><script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js integrity=sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4 crossorigin=anonymous></script><script src=https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js integrity=sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3 crossorigin=anonymous></script><script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js integrity=sha384-cuYeSxntonz0PPNlHhBs68uyIAVpIIOZZ5JqeqvYYIcEL727kskC66kF92t6Xl2V crossorigin=anonymous></script></body></html> |
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,92 +1,4 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>First Blog Post</title> | ||
|
||
|
||
<link rel="stylesheet" href="/css/style.css"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous"> | ||
|
||
</head> | ||
<body> | ||
<header> | ||
<nav class="navbar navbar-expand-lg bg-dark navbar-dark"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand" href="/">HunterM64</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarNav"> | ||
<ul class="navbar-nav"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/blog">Blog</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/media-thread">Media Thread</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/about">About</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
<br> | ||
</header> | ||
|
||
|
||
<main> | ||
<article> | ||
<h1>First Blog Post</h1> | ||
<time datetime="2024-11-14T17:58:39">14.11.2024 17:58</time> | ||
<div> | ||
<p>I felt like if I wanted to have a blog section on my website, I would need at least one initial post! But I can’t figure out what I want to write a blog post about! Truly one of the great problems of our time.</p> | ||
<p>So I figured I’d just sit down and write whatever comes into my head. Right now I’m watching The Critic on Tubi. Season 1, Episode 4 in particular. It’s pretty entertaining.</p> | ||
<p>I decided to revamp my website when I remembered that I got a new programming job, so I didn’t need to keep it so sanitized and employer friendly. So now I’m just going to do what I want with the site. I originally just had the site made with straight up HTML and CSS but then I got bored of having to write the same HTML code over and over for things like my navbar and the bootstrap links, so I started looking into a static site generator and settled with Hugo.</p> | ||
<p>I didn’t really want to use one at first because I felt like it would be too limiting or just too hard to configure things the way that I liked, but now at least I feel like I either don’t care as much or confident that I can bend this to my will. Right now I’m using the <a href="https://themes.gohugo.io/themes/blank/">Blank</a> theme and editing things as I go. It’s pretty nice if you want a minimal starting point to build off of.</p> | ||
<p>That’s all I can really think of right now. I just finished porting over all of my media thread entries from Twitter and Bluesky so my fingers kind of hurt right now.</p> | ||
<p>Thanks for reading! Here’s a random picture from my laptop:</p> | ||
<img src="/mpv-shot0001.jpg" alt="Meow from Tsukikage Ran standing next to a man on the beach." style="width:100%;"> | ||
</div> | ||
|
||
|
||
</article> | ||
</main> | ||
<aside> | ||
<div> | ||
<div> | ||
<h3>LATEST POSTS</h3> | ||
</div> | ||
<div> | ||
<ul style="list-style-type: none;"> | ||
|
||
<li><a href="/media-thread/2024-11-16-flcl-manga/">FLCL (Manga)</a></li> | ||
|
||
<li><a href="/media-thread/2024-11-10-girls-band-cry/">Girls Band Cry</a></li> | ||
|
||
<li><a href="/media-thread/2024-11-08-look-back/">Look Back (Movie)</a></li> | ||
|
||
<li><a href="/media-thread/2024-11-02-flcl/">FLCL</a></li> | ||
|
||
<li><a href="/media-thread/2024-10-31-dark-souls-2-scholar/">Dark Souls 2: Scholar of the First Sin (Replay)</a></li> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
</aside> | ||
|
||
|
||
<footer> | ||
<hr> | ||
<p>© 2024 <a href="https://hunterm64.github.io/">HunterM64</a></p> | ||
</footer> | ||
|
||
|
||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-cuYeSxntonz0PPNlHhBs68uyIAVpIIOZZ5JqeqvYYIcEL727kskC66kF92t6Xl2V" crossorigin="anonymous"></script> | ||
</body> | ||
</html> | ||
<!doctype html><html lang=en-us><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>First Blog Post</title> | ||
<link rel=stylesheet href=../../css/style.css><link href=https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css rel=stylesheet integrity=sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65 crossorigin=anonymous></head><body><header><nav class="navbar navbar-expand-lg bg-dark navbar-dark"><div class=container-fluid><a class=navbar-brand href=../../>HunterM64</a> | ||
<button class=navbar-toggler type=button data-bs-toggle=collapse data-bs-target=#navbarNav aria-controls=navbarNav aria-expanded=false aria-label="Toggle navigation"> | ||
<span class=navbar-toggler-icon></span></button><div class="collapse navbar-collapse" id=navbarNav><ul class=navbar-nav><li class=nav-item><a class=nav-link href=../../blog>Blog</a></li><li class=nav-item><a class=nav-link href=../../media-thread>Media Thread</a></li><li class=nav-item><a class=nav-link href=../../about>About</a></li></ul></div></div></nav><br></header><main><article><h1>First Blog Post</h1><time datetime=2024-11-14T17:58:39>14.11.2024 17:58</time><div><p>I felt like if I wanted to have a blog section on my website, I would need at least one initial post! But I can’t figure out what I want to write a blog post about! Truly one of the great problems of our time.</p><p>So I figured I’d just sit down and write whatever comes into my head. Right now I’m watching The Critic on Tubi. Season 1, Episode 4 in particular. It’s pretty entertaining.</p><p>I decided to revamp my website when I remembered that I got a new programming job, so I didn’t need to keep it so sanitized and employer friendly. So now I’m just going to do what I want with the site. I originally just had the site made with straight up HTML and CSS but then I got bored of having to write the same HTML code over and over for things like my navbar and the bootstrap links, so I started looking into a static site generator and settled with Hugo.</p><p>I didn’t really want to use one at first because I felt like it would be too limiting or just too hard to configure things the way that I liked, but now at least I feel like I either don’t care as much or confident that I can bend this to my will. Right now I’m using the <a href=https://themes.gohugo.io/themes/blank/>Blank</a> theme and editing things as I go. It’s pretty nice if you want a minimal starting point to build off of.</p><p>That’s all I can really think of right now. I just finished porting over all of my media thread entries from Twitter and Bluesky so my fingers kind of hurt right now.</p><p>Thanks for reading! Here’s a random picture from my laptop:</p><img src=../../mpv-shot0001.jpg alt="Meow from Tsukikage Ran standing next to a man on the beach." style=width:100%></div></article></main><aside><div><div><h3>LATEST POSTS</h3></div><div><ul style=list-style-type:none><li><a href=../../media-thread/2024-11-16-flcl-manga/>FLCL (Manga)</a></li><li><a href=../../media-thread/2024-11-10-girls-band-cry/>Girls Band Cry</a></li><li><a href=../../media-thread/2024-11-08-look-back/>Look Back (Movie)</a></li><li><a href=../../media-thread/2024-11-02-flcl/>FLCL</a></li><li><a href=../../media-thread/2024-10-31-dark-souls-2-scholar/>Dark Souls 2: Scholar of the First Sin (Replay)</a></li></ul></div></div></aside><footer><hr><p>© 2024 <a href>HunterM64</a></p></footer><script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js integrity=sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4 crossorigin=anonymous></script><script src=https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js integrity=sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3 crossorigin=anonymous></script><script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js integrity=sha384-cuYeSxntonz0PPNlHhBs68uyIAVpIIOZZ5JqeqvYYIcEL727kskC66kF92t6Xl2V crossorigin=anonymous></script></body></html> |
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,117 +1,4 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Blog</title> | ||
|
||
|
||
<link rel="stylesheet" href="/css/style.css"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous"> | ||
<link rel="alternate" type="application/rss+xml" href="/blog/index.xml" title="HunterM64"> | ||
</head> | ||
<body> | ||
<header> | ||
<nav class="navbar navbar-expand-lg bg-dark navbar-dark"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand" href="/">HunterM64</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarNav"> | ||
<ul class="navbar-nav"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/blog">Blog</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/media-thread">Media Thread</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/about">About</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
<br> | ||
</header> | ||
|
||
|
||
<main> | ||
<div class="mx-3"> | ||
<div class="row"> | ||
<div class="col-lg-10 col-sm-8"> | ||
|
||
<div> | ||
<h1>Blog</h1> | ||
|
||
</div> | ||
<hr> | ||
|
||
|
||
|
||
<article> | ||
<h3><a href="https://hunterm64.github.io/blog/first-post/">First Blog Post</a></h1> | ||
<b><time datetime="November 14, 2024">November 14, 2024</time></b> | ||
|
||
<div> | ||
<p>I felt like if I wanted to have a blog section on my website, I would need at least one initial post! But I can’t figure out what I want to write a blog post about! Truly one of the great problems of our time.</p> | ||
|
||
<a href="https://hunterm64.github.io/blog/first-post/">Read more...</a> | ||
|
||
</div> | ||
</article> | ||
|
||
|
||
</div> | ||
<div class="col text-end"> | ||
<aside> | ||
<div> | ||
<div> | ||
<h3>LATEST POSTS</h3> | ||
</div> | ||
<div> | ||
<ul style="list-style-type: none;"> | ||
|
||
<li><a href="/media-thread/2024-11-16-flcl-manga/">FLCL (Manga)</a></li> | ||
|
||
<li><a href="/media-thread/2024-11-10-girls-band-cry/">Girls Band Cry</a></li> | ||
|
||
<li><a href="/media-thread/2024-11-08-look-back/">Look Back (Movie)</a></li> | ||
|
||
<li><a href="/media-thread/2024-11-02-flcl/">FLCL</a></li> | ||
|
||
<li><a href="/media-thread/2024-10-31-dark-souls-2-scholar/">Dark Souls 2: Scholar of the First Sin (Replay)</a></li> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
</aside> | ||
|
||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="d-flex justify-content-center"> | ||
<div> | ||
|
||
1 of 1 | ||
|
||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</main> | ||
|
||
<footer> | ||
<hr> | ||
<p>© 2024 <a href="https://hunterm64.github.io/">HunterM64</a></p> | ||
</footer> | ||
|
||
|
||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-cuYeSxntonz0PPNlHhBs68uyIAVpIIOZZ5JqeqvYYIcEL727kskC66kF92t6Xl2V" crossorigin="anonymous"></script> | ||
</body> | ||
</html> | ||
<!doctype html><html lang=en-us><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>Blog</title> | ||
<link rel=stylesheet href=../css/style.css><link href=https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css rel=stylesheet integrity=sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65 crossorigin=anonymous><link rel=alternate type=application/rss+xml href=../blog/index.xml title=HunterM64></head><body><header><nav class="navbar navbar-expand-lg bg-dark navbar-dark"><div class=container-fluid><a class=navbar-brand href=../>HunterM64</a> | ||
<button class=navbar-toggler type=button data-bs-toggle=collapse data-bs-target=#navbarNav aria-controls=navbarNav aria-expanded=false aria-label="Toggle navigation"> | ||
<span class=navbar-toggler-icon></span></button><div class="collapse navbar-collapse" id=navbarNav><ul class=navbar-nav><li class=nav-item><a class=nav-link href=../blog>Blog</a></li><li class=nav-item><a class=nav-link href=../media-thread>Media Thread</a></li><li class=nav-item><a class=nav-link href=../about>About</a></li></ul></div></div></nav><br></header><main><div class=mx-3><div class=row><div class="col-lg-10 col-sm-8"><div><h1>Blog</h1></div><hr><article><h3><a href=../blog/first-post/>First Blog Post</a></h1><b><time datetime="November 14, 2024">November 14, 2024</time></b><div><p>I felt like if I wanted to have a blog section on my website, I would need at least one initial post! But I can’t figure out what I want to write a blog post about! Truly one of the great problems of our time.</p><a href=../blog/first-post/>Read more...</a></div></article></div><div class="col text-end"><aside><div><div><h3>LATEST POSTS</h3></div><div><ul style=list-style-type:none><li><a href=../media-thread/2024-11-16-flcl-manga/>FLCL (Manga)</a></li><li><a href=../media-thread/2024-11-10-girls-band-cry/>Girls Band Cry</a></li><li><a href=../media-thread/2024-11-08-look-back/>Look Back (Movie)</a></li><li><a href=../media-thread/2024-11-02-flcl/>FLCL</a></li><li><a href=../media-thread/2024-10-31-dark-souls-2-scholar/>Dark Souls 2: Scholar of the First Sin (Replay)</a></li></ul></div></div></aside></div></div><div class=row><div class="d-flex justify-content-center"><div>1 of 1</div></div></div></div></main><footer><hr><p>© 2024 <a href>HunterM64</a></p></footer><script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js integrity=sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4 crossorigin=anonymous></script><script src=https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js integrity=sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3 crossorigin=anonymous></script><script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js integrity=sha384-cuYeSxntonz0PPNlHhBs68uyIAVpIIOZZ5JqeqvYYIcEL727kskC66kF92t6Xl2V crossorigin=anonymous></script></body></html> |
Oops, something went wrong.