Skip to content

Commit

Permalink
jekyll build from Action 79158ed
Browse files Browse the repository at this point in the history
  • Loading branch information
hmsyuan committed Nov 20, 2023
0 parents commit 005bc9c
Show file tree
Hide file tree
Showing 52 changed files with 21,259 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
38 changes: 38 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta name="robots" content="noindex, nofollow">

<title>Page not found | 2023 研究資料管理工作坊</title>


<link rel="stylesheet" href="/assets/css/bootstrap.css">
<link rel="stylesheet" href="/assets/css/leaflet.css">
<link rel="stylesheet" href="/assets/css/open-color.css">
<link rel="stylesheet" href="/assets/css/styles.css">
</head>

<body>
<script src="/assets/js/bootstrap.js"></script>
<script src="/assets/js/leaflet.js"></script>




<main>
<div class="container text-center">

<span class="h1 bg-gray-3 color-gray-0 rounded" id="digit">4</span>
<span class="h1 bg-gray-3 color-gray-0 rounded" id="digit">0</span>
<span class="h1 bg-gray-3 color-gray-0 rounded" id="digit">4</span>
<h1 class="display-5">Page not found</h1>
<p class="fs-5"><a href="/">Return to the homepage</a></p>
</div>
</main>
</body>

</html>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2023.odw.tw
Loading

0 comments on commit 005bc9c

Please sign in to comment.