Skip to content

Commit

Permalink
deploy: 3f177eb
Browse files Browse the repository at this point in the history
  • Loading branch information
Cdm2883 committed Jan 21, 2025
0 parents commit 4938840
Show file tree
Hide file tree
Showing 9 changed files with 3,875 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
minebuilders.github.io
Binary file added assets/fonts/LiberationFor7Kicks-Regular.otf
Binary file not shown.
Binary file added assets/fonts/Minecraft-Five-Bold.otf
Binary file not shown.
Binary file added assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/models/logo.glb
Binary file not shown.
1 change: 1 addition & 0 deletions dist/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3,835 changes: 3,835 additions & 0 deletions dist/index.js

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>MineBuilder - build not only mine.</title>
<link rel="icon" href="./assets/images/favicon.png"/>
<link rel="stylesheet" type="text/css" href="./dist/index.css">
</head>
<body>

<div id="app">
<!-- 好像做得有点大了 XD -->
<div id="index-page" style="transform: scale(.8)">
<div class="logo-box">
<div class="logo">
<img src="./assets/images/favicon.png" alt=""/>
<canvas class="hide"></canvas>
</div>
<div class="decoration">
<div class="decoration-3"></div>
<div class="decoration-2"></div>
<div class="decoration-4"></div>
<div class="decoration-1"></div>
</div>
</div>
<div class="title">
<p class="main">Mine<br>Builder</p>
<p class="sub">Build something<br>Minecraft.</p>
</div>
</div>
</div>

<script src="./dist/index.js"></script>
</body>
</html>

0 comments on commit 4938840

Please sign in to comment.