Skip to content

Commit

Permalink
feat: ✨ Index page content added
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam committed Mar 18, 2023
1 parent 2a54eee commit 949cd3e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
Binary file added index/favicon.ico
Binary file not shown.
19 changes: 18 additions & 1 deletion index/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
123
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>tarampampam's home</title>
<meta name=robots content="noindex, nofollow">
<link rel="icon" href="favicon.ico">
<style>
html {
background: #190947 url("bg.png") no-repeat fixed center center;
background-size: cover;
}
</style>
</head>
<body>
</body>
</html>
7 changes: 7 additions & 0 deletions index/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Host: https://tarampamp.am/

User-agent: ia_archiver
Disallow: /

User-agent: *
Disallow: /

0 comments on commit 949cd3e

Please sign in to comment.