Move files
36
static/no-change/404.html
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
|
||||
<title>Not found</title>
|
||||
<meta name="theme-color" content="#b7455e" />
|
||||
<meta name="viewport" content="initial-scale=1.0" />
|
||||
<style>
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: #b7455e;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: 'Roboto', 'Helvetica Neue', sans-serif;
|
||||
font-weight: 100;
|
||||
font-size: 3rem;
|
||||
color: white;
|
||||
text-align: center;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>The requested resource cannot be found.</h1>
|
||||
</body>
|
||||
</html>
|
||||
BIN
static/no-change/favicons/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 9 KiB |
BIN
static/no-change/favicons/android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
static/no-change/favicons/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
static/no-change/favicons/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 538 B |
BIN
static/no-change/favicons/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 1 KiB |
BIN
static/no-change/favicons/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
11
static/no-change/favicons/site.webmanifest
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "Portfolio - Andras Schmelczer",
|
||||
"short_name": "Portfolio",
|
||||
"icons": [
|
||||
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
|
||||
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
|
||||
],
|
||||
"theme_color": "#B7455E",
|
||||
"background_color": "#242638",
|
||||
"display": "standalone"
|
||||
}
|
||||
BIN
static/no-change/og-image.jpg
Normal file
|
After Width: | Height: | Size: 295 KiB |
2
static/no-change/robots.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
User-agent: *
|
||||
Allow: /
|
||||