-
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
1 parent
6680e21
commit 487ade8
Showing
1 changed file
with
114 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,114 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"> | ||
<link rel="shortcut icon" href="/carpetamsaddition/images/icon.png" type="image/x-icon" /> | ||
<title> | ||
|
||
Carpet AMS Addition | ||
</title> | ||
|
||
<link rel="stylesheet" href="/carpetamsaddition/css/style.css"> | ||
|
||
|
||
<link rel="stylesheet" href="/carpetamsaddition/fontawesome/css/fontawesome.min.css"> | ||
|
||
|
||
<link rel="stylesheet" href="/carpetamsaddition/fontawesome/css/brands.min.css"> | ||
|
||
|
||
<link rel="stylesheet" href="/carpetamsaddition/fontawesome/css/solid.min.css"> | ||
|
||
|
||
|
||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXXXX"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
gtag('config', 'G-XXXXXXXXXXXX'); | ||
</script> | ||
|
||
|
||
|
||
<meta name="generator" content="Hexo 7.0.0"></head> | ||
|
||
<body> | ||
<div class="body-container"> | ||
<div class="header-wrapper"><header> | ||
<div class="header-container"> | ||
<div class="header-menu-list"> | ||
<ul> | ||
|
||
<li> | ||
<a href="/carpetamsaddition/">发布[Release]</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/carpetamsaddition/Rules">规则[Rules]</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/carpetamsaddition/Commands">指令[Commands]</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/carpetamsaddition/Development">开发[Development]</a> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
</header> | ||
</div> | ||
<div class="main-wrapper"><main> | ||
<div class="main-container"> | ||
<div class="post-details"> | ||
|
||
<div class="post-content"> | ||
<h1 id="Carpet-AMS-Addition-Web-Site"><a href="#Carpet-AMS-Addition-Web-Site" class="headerlink" title="Carpet AMS Addition Web Site"></a>Carpet AMS Addition Web Site</h1><p><a href="https://minecraft-ams.github.io/carpetamsaddition/">https://minecraft-ams.github.io/carpetamsaddition/</a></p> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</main> | ||
|
||
<script src="https://utteranc.es/client.js" | ||
repo="owner/repo" | ||
issue-term="pathname" | ||
theme="github-light" | ||
crossorigin="anonymous" | ||
async> | ||
</script> | ||
|
||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0/dist/katex.min.css"> | ||
|
||
|
||
</div> | ||
<div class="footer-wrapper"><footer> | ||
<div class="footer-container"> | ||
<div class="footer-meta"> | ||
|
||
<div class="footer-meta-copyright"> | ||
© 2023 A Minecraft Server. | ||
</div> | ||
|
||
|
||
<div class="footer-meta-licenese"> | ||
Licensed under <a target="_blank" rel="noopener" href="https://choosealicense.com/licenses/lgpl-3.0/">LGPL-3.0</a> | ||
</div> | ||
|
||
|
||
<div class="footer-meta-rss"> | ||
<a target="_blank" rel="noopener" href="https://mcams.club/"><i class="fa-solid fa-rss"></i></a> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</footer> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |