Skip to content

Commit

Permalink
Deploying to gh-pages from @ 697297f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed Nov 1, 2024
1 parent dee3dcd commit ba5d98a
Show file tree
Hide file tree
Showing 12 changed files with 101 additions and 30 deletions.
40 changes: 27 additions & 13 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
Expand All @@ -8,34 +9,47 @@
<link href="/favicon.ico" rel="icon">
<title>Not Found - Taiwan Web Technology Promotion Organization</title>
<style>
#app {
font-family: 'Roboto', sans-serif;
}

#app .modal {
.modal {
font-family: "Roboto", sans-serif;
margin: 30px 10%;
text-align: left;
}

#app .modal .action {
.modal .title {
font-size: 1.5em;
font-weight: bold;
}

.modal .action {
margin-top: 50px;
margin-bottom: 50px;
}

#app .modal a {
.modal a {
text-decoration: none;
color: #007ace;
}

.modal a:hover {
color: #005bcf;
}
</style>
</head>

<body>
<div id="app">
<div class="modal">
<h1>Page is not found.</h1>
<div class="title">
Page is not found.
</div>
<div class="action">
<a href="https://web-tech-tw.github.io">Go Home</a>
<a href="https://web-tech.tw">
Go Home
</a>
</div>
<div>
&copy; Taiwan Web Technology Promotion Organization
</div>
<p>&copy; Taiwan Web Technology Promotion Organization</p>
</div>
</div>
</body>
</html>

</html>
1 change: 1 addition & 0 deletions assets/HomeView-61631ffe.css

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

4 changes: 4 additions & 0 deletions assets/HomeView-6425fa18.js

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

Loading

0 comments on commit ba5d98a

Please sign in to comment.