diff --git a/index.html b/index.html new file mode 100644 index 0000000..bff2c8c --- /dev/null +++ b/index.html @@ -0,0 +1,7 @@ + +301 Moved Permanently + +

301 Moved Permanently

+
openresty
+ + diff --git a/neocities.png b/neocities.png new file mode 100644 index 0000000..73e6030 Binary files /dev/null and b/neocities.png differ diff --git a/not_found.html b/not_found.html new file mode 100644 index 0000000..bff2c8c --- /dev/null +++ b/not_found.html @@ -0,0 +1,7 @@ + +301 Moved Permanently + +

301 Moved Permanently

+
openresty
+ + diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..92f6a08 --- /dev/null +++ b/robots.txt @@ -0,0 +1,48 @@ +# This file tells search engines and bots what they are allowed to see on your site. + +# This is the default rule, which allows search engines to crawl your site (recommended). +User-agent: * +Allow: / + +# If you do not want AI bots to crawl your site, remove the # from the following lines: +User-agent: AI2Bot +User-agent: Ai2Bot-Dolma +User-agent: Amazonbot +User-agent: anthropic-ai +User-agent: Applebot-Extended +User-agent: Bytespider +User-agent: CCBot +User-agent: ChatGPT-User +User-agent: Claude-Web +User-agent: ClaudeBot +User-agent: cohere-ai +User-agent: Diffbot +User-agent: DuckAssistBot +User-agent: FacebookBot +User-agent: FriendlyCrawler +User-agent: Google-Extended +User-agent: GoogleOther +User-agent: GoogleOther-Image +User-agent: GoogleOther-Video +User-agent: GPTBot +User-agent: iaskspider/2.0 +User-agent: ICC-Crawler +User-agent: ImagesiftBot +User-agent: img2dataset +User-agent: ISSCyberRiskCrawler +User-agent: Kangaroo Bot +User-agent: Meta-ExternalAgent +User-agent: Meta-ExternalFetcher +User-agent: OAI-SearchBot +User-agent: omgili +User-agent: omgilibot +User-agent: PanguBot +User-agent: PerplexityBot +User-agent: PetalBot +User-agent: Scrapy +User-agent: Sidetrade indexer bot +User-agent: Timpibot +User-agent: VelenPublicWebCrawler +User-agent: Webzio-Extended +User-agent: YouBot +Disallow: / diff --git a/style.css b/style.css new file mode 100644 index 0000000..4360f68 --- /dev/null +++ b/style.css @@ -0,0 +1,9 @@ +/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your + HTML content. To learn how to do something, just try searching Google for questions like + "how to change link color." */ + +body { + background-color: white; + color: black; + font-family: Verdana; +} \ No newline at end of file