TTPages: Automated Update

This commit is contained in:
Gitea Automation Bot 2024-09-14 01:55:27 +00:00
commit 4ecb876434
5 changed files with 223 additions and 0 deletions

82
404.html Normal file

@ -0,0 +1,82 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://cdn.jsdelivr.net/npm/js-dos@7.5.0/dist/js-dos.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/js-dos@7.5.0/dist/js-dos.min.css" rel="stylesheet">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>TTNRT | Example website on TTGit</title>
<meta name="generator" content="Jekyll v4.3.3" />
<meta property="og:title" content="TTNRT" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Example website on TTGit" />
<meta property="og:description" content="Example website on TTGit" />
<link rel="canonical" href="/404.html" />
<meta property="og:url" content="/404.html" />
<meta property="og:site_name" content="TTNRT" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="TTNRT" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","description":"Example website on TTGit","headline":"TTNRT","url":"/404.html"}</script>
<!-- End Jekyll SEO tag -->
<script>
// Set theme to the user's preferred color scheme
function updateTheme() {
const colorMode = window.matchMedia("(prefers-color-scheme: dark)").matches ?
"dark" :
"light";
document.querySelector("html").setAttribute("data-bs-theme", colorMode);
}
// Set theme on load
updateTheme()
// Update theme when the preferred scheme changes
window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', updateTheme)
</script>
<style>
[data-bs-theme=dark] {
--bs-body-bg: var(--bs-black) !important;
}
</style>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body><nav class="navbar bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="//cdn.ttnrtsite.me/images/logo.png" alt="Logo" width="30" height="24" class="d-inline-block align-text-top">
TTNRT
</a>
</div>
</nav>
<div class="container-fluid mt-3" style="padding: 2em;">
<div class="rounded border p-3 bg-secondary">
<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>
<div class="container">
<h1>404</h1>
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.js"></script>
</body>
</html>

2
README.md Normal file

@ -0,0 +1,2 @@
# pages

72
about/index.html Normal file

@ -0,0 +1,72 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://cdn.jsdelivr.net/npm/js-dos@7.5.0/dist/js-dos.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/js-dos@7.5.0/dist/js-dos.min.css" rel="stylesheet">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>About | TTNRT</title>
<meta name="generator" content="Jekyll v4.3.3" />
<meta property="og:title" content="About" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Example website on TTGit" />
<meta property="og:description" content="Example website on TTGit" />
<link rel="canonical" href="/about/" />
<meta property="og:url" content="/about/" />
<meta property="og:site_name" content="TTNRT" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="About" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","description":"Example website on TTGit","headline":"About","name":"TTNRT","url":"/about/"}</script>
<!-- End Jekyll SEO tag -->
<script>
// Set theme to the user's preferred color scheme
function updateTheme() {
const colorMode = window.matchMedia("(prefers-color-scheme: dark)").matches ?
"dark" :
"light";
document.querySelector("html").setAttribute("data-bs-theme", colorMode);
}
// Set theme on load
updateTheme()
// Update theme when the preferred scheme changes
window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', updateTheme)
</script>
<style>
[data-bs-theme=dark] {
--bs-body-bg: var(--bs-black) !important;
}
</style>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body><nav class="navbar bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="//cdn.ttnrtsite.me/images/logo.png" alt="Logo" width="30" height="24" class="d-inline-block align-text-top">
TTNRT
</a>
</div>
</nav>
<div class="container-fluid mt-3" style="padding: 2em;">
<div class="rounded border p-3 bg-secondary">
<p>This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at <a href="https://jekyllrb.com/">jekyllrb.com</a></p>
<p>You can find the source code for Minima at GitHub:
<a href="https://github.com/jekyll">jekyll</a> /
<a href="https://github.com/jekyll/minima">minima</a></p>
<p>You can find the source code for Jekyll at GitHub:
<a href="https://github.com/jekyll">jekyll</a> /
<a href="https://github.com/jekyll/jekyll">jekyll</a></p>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.js"></script>
</body>
</html>

1
feed.xml Normal file

@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2024-09-14T01:55:18+00:00</updated><id>/feed.xml</id><title type="html">TTNRT</title><subtitle>Example website on TTGit</subtitle></feed>

66
index.html Normal file

@ -0,0 +1,66 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://cdn.jsdelivr.net/npm/js-dos@7.5.0/dist/js-dos.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/js-dos@7.5.0/dist/js-dos.min.css" rel="stylesheet">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>TTNRT | Example website on TTGit</title>
<meta name="generator" content="Jekyll v4.3.3" />
<meta property="og:title" content="TTNRT" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Example website on TTGit" />
<meta property="og:description" content="Example website on TTGit" />
<link rel="canonical" href="/" />
<meta property="og:url" content="/" />
<meta property="og:site_name" content="TTNRT" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="TTNRT" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","description":"Example website on TTGit","headline":"TTNRT","name":"TTNRT","url":"/"}</script>
<!-- End Jekyll SEO tag -->
<script>
// Set theme to the user's preferred color scheme
function updateTheme() {
const colorMode = window.matchMedia("(prefers-color-scheme: dark)").matches ?
"dark" :
"light";
document.querySelector("html").setAttribute("data-bs-theme", colorMode);
}
// Set theme on load
updateTheme()
// Update theme when the preferred scheme changes
window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', updateTheme)
</script>
<style>
[data-bs-theme=dark] {
--bs-body-bg: var(--bs-black) !important;
}
</style>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body><nav class="navbar bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="//cdn.ttnrtsite.me/images/logo.png" alt="Logo" width="30" height="24" class="d-inline-block align-text-top">
TTNRT
</a>
</div>
</nav>
<div class="container-fluid mt-3" style="padding: 2em;">
<div class="rounded border p-3 bg-secondary">
<h1 id="hello-world">Hello world!</h1>
<p>Im hosted on TTPages! See my code on TTGit!</p>
<p><a href="https://git.ttnrtsite.me/TTNRT/pages">View it here</a></p>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.js"></script>
</body>
</html>