-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
186 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
...tive/generator--website-entry-points/doc/demo--personal-blog/src/.well-known/security.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# https://securitytxt.org/ | ||
|
||
Please report any security issue or danger to the community to: | ||
- mailto:offirmo.net@gmail.com | ||
|
||
Thanks for your contribution! | ||
|
31 changes: 31 additions & 0 deletions
31
...2/5-incubator/active/generator--website-entry-points/doc/demo--personal-blog/src/404.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!doctype html> | ||
<!-- AUTOMATICALLY GENERATED, DO NOT EDIT MANUALLY! --> | ||
|
||
<!-- maximum language hints to prevent Chrome from incorrectly suggesting a translation --> | ||
<html lang="en" xml:lang="en"> | ||
<head> | ||
<!-- https://github.com/h5bp/html5-boilerplate/blob/main/docs/html.md#the-order-of-the-title-and-meta-tags --> | ||
<meta charset="utf-8" /> | ||
<meta name="format-detection" content="telephone=no" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width,initial-scale=1,user-scalable=no,minimum-scale=1,maximum-scale=1,viewport-fit=contain" | ||
/> | ||
<meta http-equiv="content-language" content="en" /> | ||
<meta http-equiv="content-type" content="text/html;charset=utf-8" /> | ||
<meta http-equiv="generator" content="@offirmo/generator--website-entry-points" /> | ||
<meta http-equiv="theme-color" content="hsl(248, 9%, 17%)" /> | ||
|
||
<title>404 Not Found</title> | ||
</head> | ||
|
||
<body> | ||
<h1>404 Not Found</h1> | ||
<p>Sorry, the page you were looking for doesn't exist.</p> | ||
|
||
<!-- NON-critical styles https://www.smashingmagazine.com/2015/08/understanding-critical-css/ --> | ||
<style> | ||
@import 'npm:@offirmo-private/css--foundation' layer(foundation); | ||
</style> | ||
</body> | ||
</html> |
31 changes: 31 additions & 0 deletions
31
...5-incubator/active/generator--website-entry-points/doc/demo--personal-blog/src/about.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!doctype html> | ||
<!-- AUTOMATICALLY GENERATED, DO NOT EDIT MANUALLY! --> | ||
|
||
<!-- maximum language hints to prevent Chrome from incorrectly suggesting a translation --> | ||
<html lang="en" xml:lang="en"> | ||
<head> | ||
<!-- https://github.com/h5bp/html5-boilerplate/blob/main/docs/html.md#the-order-of-the-title-and-meta-tags --> | ||
<meta charset="utf-8" /> | ||
<meta name="format-detection" content="telephone=no" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width,initial-scale=1,user-scalable=no,minimum-scale=1,maximum-scale=1,viewport-fit=contain" | ||
/> | ||
<meta http-equiv="content-language" content="en" /> | ||
<meta http-equiv="content-type" content="text/html;charset=utf-8" /> | ||
<meta http-equiv="generator" content="@offirmo/generator--website-entry-points" /> | ||
<meta http-equiv="theme-color" content="hsl(248, 9%, 17%)" /> | ||
|
||
<title>undefined - about</title> | ||
</head> | ||
|
||
<body> | ||
<h1>About undefined</h1> | ||
<p>TODO...</p> | ||
|
||
<!-- NON-critical styles https://www.smashingmagazine.com/2015/08/understanding-critical-css/ --> | ||
<style> | ||
@import 'npm:@offirmo-private/css--foundation' layer(foundation); | ||
</style> | ||
</body> | ||
</html> |
31 changes: 31 additions & 0 deletions
31
...incubator/active/generator--website-entry-points/doc/demo--personal-blog/src/contact.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!doctype html> | ||
<!-- AUTOMATICALLY GENERATED, DO NOT EDIT MANUALLY! --> | ||
|
||
<!-- maximum language hints to prevent Chrome from incorrectly suggesting a translation --> | ||
<html lang="en" xml:lang="en"> | ||
<head> | ||
<!-- https://github.com/h5bp/html5-boilerplate/blob/main/docs/html.md#the-order-of-the-title-and-meta-tags --> | ||
<meta charset="utf-8" /> | ||
<meta name="format-detection" content="telephone=no" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width,initial-scale=1,user-scalable=no,minimum-scale=1,maximum-scale=1,viewport-fit=contain" | ||
/> | ||
<meta http-equiv="content-language" content="en" /> | ||
<meta http-equiv="content-type" content="text/html;charset=utf-8" /> | ||
<meta http-equiv="generator" content="@offirmo/generator--website-entry-points" /> | ||
<meta http-equiv="theme-color" content="hsl(248, 9%, 17%)" /> | ||
|
||
<title>Contact</title> | ||
</head> | ||
|
||
<body> | ||
<h1>Contact</h1> | ||
<p>TODO...</p> | ||
|
||
<!-- NON-critical styles https://www.smashingmagazine.com/2015/08/understanding-critical-css/ --> | ||
<style> | ||
@import 'npm:@offirmo-private/css--foundation' layer(foundation); | ||
</style> | ||
</body> | ||
</html> |
31 changes: 31 additions & 0 deletions
31
...5-incubator/active/generator--website-entry-points/doc/demo--personal-blog/src/error.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!doctype html> | ||
<!-- AUTOMATICALLY GENERATED, DO NOT EDIT MANUALLY! --> | ||
|
||
<!-- maximum language hints to prevent Chrome from incorrectly suggesting a translation --> | ||
<html lang="en" xml:lang="en"> | ||
<head> | ||
<!-- https://github.com/h5bp/html5-boilerplate/blob/main/docs/html.md#the-order-of-the-title-and-meta-tags --> | ||
<meta charset="utf-8" /> | ||
<meta name="format-detection" content="telephone=no" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width,initial-scale=1,user-scalable=no,minimum-scale=1,maximum-scale=1,viewport-fit=contain" | ||
/> | ||
<meta http-equiv="content-language" content="en" /> | ||
<meta http-equiv="content-type" content="text/html;charset=utf-8" /> | ||
<meta http-equiv="generator" content="@offirmo/generator--website-entry-points" /> | ||
<meta http-equiv="theme-color" content="hsl(248, 9%, 17%)" /> | ||
|
||
<title>Error</title> | ||
</head> | ||
|
||
<body> | ||
<h1>Error</h1> | ||
<p>An error happened.</p> | ||
|
||
<!-- NON-critical styles https://www.smashingmagazine.com/2015/08/understanding-critical-css/ --> | ||
<style> | ||
@import 'npm:@offirmo-private/css--foundation' layer(foundation); | ||
</style> | ||
</body> | ||
</html> |
Binary file added
BIN
+6.2 KB
...erator--website-entry-points/doc/demo--personal-blog/src/favicons/icon-1024.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
BIN
+559 Bytes
...nerator--website-entry-points/doc/demo--personal-blog/src/favicons/icon-192.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
BIN
+1.34 KB
...nerator--website-entry-points/doc/demo--personal-blog/src/favicons/icon-384.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
BIN
+2.08 KB
...nerator--website-entry-points/doc/demo--personal-blog/src/favicons/icon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
...e/generator--website-entry-points/doc/demo--personal-blog/src/favicons/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions
9
...5-incubator/active/generator--website-entry-points/doc/demo--personal-blog/src/humans.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# https://humanstxt.org/ | ||
|
||
## Author | ||
Hi, I'm Offirmo, software engineer, open-source developer & creator. | ||
|
||
If you need to get in touch: mailto:offirmo.net@gmail.com. | ||
|
||
## Credits | ||
|
37 changes: 37 additions & 0 deletions
37
...5-incubator/active/generator--website-entry-points/doc/demo--personal-blog/src/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<!doctype html> | ||
<!-- AUTOMATICALLY GENERATED, DO NOT EDIT MANUALLY! --> | ||
|
||
<!-- maximum language hints to prevent Chrome from incorrectly suggesting a translation --> | ||
<html lang="en" xml:lang="en"> | ||
<head> | ||
<!-- https://github.com/h5bp/html5-boilerplate/blob/main/docs/html.md#the-order-of-the-title-and-meta-tags --> | ||
<meta charset="utf-8" /> | ||
<meta name="format-detection" content="telephone=no" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width,initial-scale=1,user-scalable=no,minimum-scale=1,maximum-scale=1,viewport-fit=contain" | ||
/> | ||
<meta http-equiv="content-language" content="en" /> | ||
<meta http-equiv="content-type" content="text/html;charset=utf-8" /> | ||
<meta http-equiv="generator" content="@offirmo/generator--website-entry-points" /> | ||
<meta http-equiv="theme-color" content="hsl(248, 9%, 17%)" /> | ||
|
||
<title>Index</title> | ||
</head> | ||
|
||
<body> | ||
<header>TODO header</header> | ||
<main id="root"> | ||
<h1>Index</h1> | ||
<article> | ||
<p>Lorem ipsum dolor amet…</p> | ||
</article> | ||
</main> | ||
<footer>TODO footer</footer> | ||
|
||
<!-- NON-critical styles https://www.smashingmagazine.com/2015/08/understanding-critical-css/ --> | ||
<style> | ||
@import 'npm:@offirmo-private/css--foundation' layer(foundation); | ||
</style> | ||
</body> | ||
</html> |
5 changes: 5 additions & 0 deletions
5
...5-incubator/active/generator--website-entry-points/doc/demo--personal-blog/src/robots.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## www.robotstxt.org/ | ||
## https://en.wikipedia.org/wiki/Robots_exclusion_standard | ||
## https://support.google.com/webmasters/answer/6062596 | ||
User-agent: * | ||
Disallow: / |