mirror of
https://github.com/System-End/My-website.git
synced 2026-04-19 18:35:13 +00:00
fix: update page title and add robots.txt
This commit is contained in:
parent
37a17bbdf5
commit
11da948a06
2 changed files with 13 additions and 1 deletions
12
index.html
12
index.html
|
|
@ -7,6 +7,18 @@
|
|||
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>EndofTimee</title>
|
||||
<meta name="description" content="EndofTimee's personal site – ProtoFox, developer, streamer, and more. Featuring a unique boot animation and fox-themed design." />
|
||||
<meta property="og:title" content="EndofTimee – ProtoFox Personal Site" />
|
||||
<meta property="og:description" content="EndofTimee's personal site – ProtoFox, developer, streamer, and more. Featuring a unique boot animation and fox-themed design." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://endoftimee.com/" />
|
||||
<meta property="og:image" content="/logo.svg" />
|
||||
<meta property="og:image:alt" content="Fox Logo" />
|
||||
<meta property="og:site_name" content="EndofTimee" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="EndofTimee – ProtoFox Personal Site" />
|
||||
<meta name="twitter:description" content="EndofTimee's personal site – ProtoFox, developer, streamer, and more. Featuring a unique boot animation and fox-themed design." />
|
||||
<meta name="twitter:image" content="/logo.svg" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# https://www.robotstxt.org/robotstxt.html
|
||||
User-agent: *
|
||||
Disallow:
|
||||
Disallow: /
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue