Skip to content

Commit

Permalink
that should do it until we get a logo
Browse files Browse the repository at this point in the history
  • Loading branch information
UserSniper committed Aug 23, 2024
1 parent aeca01d commit 9f81d6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<head>
<link rel="stylesheet" href="./style.css">
<title>TFDSoft.org</title>
<meta content="Embed Title" property="og:title">
<meta content="Site Description" property="og:description">
<meta content="https://embed.com/this-is-the-site-url" property="og:url">
<meta content="TFDSoft" property="og:title">
<meta content="funny website for the people who port indie games to ancient hardware" property="og:description">
<meta content="https://tfdsoft.org" property="og:url">
<meta content="https://embed.com/embedimage.png" property="og:image">
<meta content="#43B581" data-react-helmet="true" name="theme-color">
<meta content="#e7eb00" data-react-helmet="true" name="theme-color">
</head>
<body>
<header>
Expand Down
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
src: url('pusab.woff') format('woff'),
url('pusab.ttf') format('truetype');
}
#real {
color: #e7eb00;
}
html, body {
font-family: 'pusab', pusab;
margin:0;
Expand Down

0 comments on commit 9f81d6a

Please sign in to comment.