Skip to content

Commit a18439a

Browse files
Add files via upload
1 parent 5692a50 commit a18439a

File tree

4 files changed

+46
-0
lines changed

4 files changed

+46
-0
lines changed

404.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
5+
<title>404 Not Found.</title>
6+
7+
<link rel="stylesheet" href="css/bulma-0.7.2/bulma.min.css">
8+
<link rel="stylesheet" href="css/fonts-v2.css">
9+
10+
11+
<style>
12+
13+
.container {
14+
text-align: center;
15+
}
16+
17+
</style>
18+
19+
<script src="js/First-Warning-On-Console/first-warning-on-console.js"></script>
20+
21+
22+
</head>
23+
<body>
24+
25+
<div class="container">
26+
<h1 class="title">404 Not Found.</h1>
27+
</div>
28+
29+
<hr>
30+
31+
<div class="container">Looks Like Nothing Found. Right?</div>
32+
33+
</body>
34+
</html>

css/bulma-0.7.2/bulma.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/fonts-v2.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
3+
@font-face {
4+
font-family: 'Google Sans';
5+
font-style: normal;
6+
font-weight: normal;
7+
src: local('Google Sans'), url('fonts-v2/Google Sans/GoogleSans-Regular.woff') format('woff');
8+
}
9+
10+
11+
47.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)