Upload files to "/"
This commit is contained in:
parent
92ca17a9fa
commit
30d8ee184b
2 changed files with 85 additions and 0 deletions
47
robots.txt
Normal file
47
robots.txt
Normal file
|
@ -0,0 +1,47 @@
|
|||
User-agent: AI2Bot
|
||||
User-agent: Ai2Bot-Dolma
|
||||
User-agent: Amazonbot
|
||||
User-agent: anthropic-ai
|
||||
User-agent: Applebot
|
||||
User-agent: Applebot-Extended
|
||||
User-agent: Brightbot 1.0
|
||||
User-agent: Bytespider
|
||||
User-agent: CCBot
|
||||
User-agent: ChatGPT-User
|
||||
User-agent: Claude-Web
|
||||
User-agent: ClaudeBot
|
||||
User-agent: cohere-ai
|
||||
User-agent: cohere-training-data-crawler
|
||||
User-agent: Crawlspace
|
||||
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: SemrushBot-OCOB
|
||||
User-agent: SemrushBot-SWA
|
||||
User-agent: Sidetrade indexer bot
|
||||
User-agent: Timpibot
|
||||
User-agent: VelenPublicWebCrawler
|
||||
User-agent: Webzio-Extended
|
||||
User-agent: YouBot
|
||||
Disallow: /
|
38
stylesheet.css
Normal file
38
stylesheet.css
Normal file
|
@ -0,0 +1,38 @@
|
|||
body {
|
||||
font-family: "Lexend";
|
||||
background-color: black;
|
||||
color: white;
|
||||
max-width: 800px;
|
||||
margin: 40px auto;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: deepskyblue;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
text-align: center;
|
||||
word-spacing: 20px;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.contentbox {
|
||||
border: 5px solid white;
|
||||
text-align: center;
|
||||
padding: 0.3em;
|
||||
}
|
||||
|
||||
.pfp {
|
||||
float:right;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
color: darkgray;
|
||||
border: 3px solid white;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.pfptext {
|
||||
margin-top: 8px;
|
||||
margin-bottom: 10px;
|
||||
}
|
Loading…
Reference in a new issue