add blog and archive
This commit is contained in:
72
archive.html
Normal file
72
archive.html
Normal file
@@ -0,0 +1,72 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<title>MiningTcup's Archive</title>
|
||||||
|
<link rel="stylesheet" href="style.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="centerer">
|
||||||
|
<div id="content">
|
||||||
|
<div id="title-1">
|
||||||
|
<div class="h1-container">
|
||||||
|
<h1>Ted's Grand Archive</h1>
|
||||||
|
</div>
|
||||||
|
<a href="/"><img src="images/ted2.jpg" /></a>
|
||||||
|
</div>
|
||||||
|
<ul id="index">
|
||||||
|
<li><a href="/index">Home</a></li>
|
||||||
|
<li><a href="/lulu">Lulu</a></li>
|
||||||
|
<li><a href="/blog">Blog</a></li>
|
||||||
|
</ul>
|
||||||
|
<hr />
|
||||||
|
<p class="margin-8px-top">
|
||||||
|
This is a collection of files that are no longer obtainable easily or
|
||||||
|
take too long to download from the original source. They have not been
|
||||||
|
modified, and some of them I did not make.
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/archive/Win10_22H2_EnglishInternational_x64v1.iso">
|
||||||
|
Windows 10 22H2 International English x86-64
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/archive/valley-of-hearts-delight-1948.mp4">
|
||||||
|
Valley of Heart's Delight (1948 Film)
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/archive/valley-of-hearts-delight-1922.mp4">
|
||||||
|
Valley of Heart's Delight (1922 Film)
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/archive/tails-amd64-6.19.img">Tails amd64 6.19 </a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong>Exploits:</strong>
|
||||||
|
</li>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="exploits/sipe"
|
||||||
|
>Sync Internals Password Extractor (SIPE)
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="exploits/caub">Chrome Automatic Update Blocker (CAUB)</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="exploits/caub-flags">CAUB Flags</a></li>
|
||||||
|
<li><a href="exploits/schoolology">SchooLOLogy</a></li>
|
||||||
|
<li>
|
||||||
|
<a href="exploits/cauvpn"
|
||||||
|
>CauVPN - CAUB DNS VPN [unknown state]</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
46
blog.html
Normal file
46
blog.html
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<title>MiningTcup</title>
|
||||||
|
<link rel="stylesheet" href="style.css" />
|
||||||
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||||
|
<link rel="dns-prefetch" href="https://git.miningtcup.me/" />
|
||||||
|
<link rel="dns-prefetch" href="https://mozhi.miningtcup.me/" />
|
||||||
|
<link rel="dns-prefetch" href="https://arch.miningtcup.me/" />
|
||||||
|
<link rel="dns-prefetch" href="https://archlinux.org/" />
|
||||||
|
<link rel="dns-prefetch" href="https://hypr.land/" />
|
||||||
|
<link rel="dns-prefetch" href="https://openfreemap.org/" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="centerer">
|
||||||
|
<div id="content">
|
||||||
|
<div id="title-1">
|
||||||
|
<div class="h1-container">
|
||||||
|
<h1>Ted's Silly Blog</h1>
|
||||||
|
</div>
|
||||||
|
<a href="/"><img src="images/ted3.jpg" /></a>
|
||||||
|
</div>
|
||||||
|
<ul id="index">
|
||||||
|
<li><a href="/">Home</a></li>
|
||||||
|
<li><a href="/lulu">Lulu</a></li>
|
||||||
|
<li><a href="/archive">Archive</a></li>
|
||||||
|
</ul>
|
||||||
|
<hr />
|
||||||
|
<section>
|
||||||
|
<a href="/blog/voyager">
|
||||||
|
<div class="blog-item">
|
||||||
|
<h3>ZSA Voyager - The Perfect Keyboard</h3>
|
||||||
|
<p>I spent $400 on a keyboard. Was it worth it?</p>
|
||||||
|
<img
|
||||||
|
src="/images/voyager-thumbnail.webp"
|
||||||
|
alt="ZSA Voyager Keyboard"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
36
blog/voyager.html
Normal file
36
blog/voyager.html
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<title>MiningTcup</title>
|
||||||
|
<link rel="stylesheet" href="style.css" />
|
||||||
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||||
|
<link rel="dns-prefetch" href="https://git.miningtcup.me/" />
|
||||||
|
<link rel="dns-prefetch" href="https://mozhi.miningtcup.me/" />
|
||||||
|
<link rel="dns-prefetch" href="https://arch.miningtcup.me/" />
|
||||||
|
<link rel="dns-prefetch" href="https://archlinux.org/" />
|
||||||
|
<link rel="dns-prefetch" href="https://hypr.land/" />
|
||||||
|
<link rel="dns-prefetch" href="https://openfreemap.org/" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="centerer">
|
||||||
|
<div id="content">
|
||||||
|
<div id="title-1">
|
||||||
|
<div class="h1-container">
|
||||||
|
<h1>Ted's Silly Blog</h1>
|
||||||
|
</div>
|
||||||
|
<a href="/"><img src="images/ted3.jpg" /></a>
|
||||||
|
</div>
|
||||||
|
<ul id="index">
|
||||||
|
<li><a href="/">Home</a></li>
|
||||||
|
<li><a href="/lulu">Lulu</a></li>
|
||||||
|
<li><a href="/archive">Archive</a></li>
|
||||||
|
</ul>
|
||||||
|
<hr />
|
||||||
|
They keyboard hasn't arrived yet (as of september 2 2025), update in
|
||||||
|
about 10 days!
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
BIN
images/voyager-hero.webp
Normal file
BIN
images/voyager-hero.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 156 KiB |
BIN
images/voyager-thumbnail.webp
Normal file
BIN
images/voyager-thumbnail.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
Reference in New Issue
Block a user