-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleanup in preparation for public release
- Loading branch information
1 parent
9f203a2
commit efc3538
Showing
7 changed files
with
118 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,23 +11,19 @@ export default function App({ Component }: PageProps) { | |
<link rel='stylesheet' href='/styles.css' /> | ||
|
||
<link rel='preconnect' href='https://fonts.googleapis.com' /> | ||
<link rel='preconnect' href='https://fonts.gstatic.com' crossorigin='true' /> | ||
<link rel='stylesheet' href='https://fonts.googleapis.com/css2?family=Merienda:[email protected]&display=swap' /> | ||
<link rel='preconnect' href='https://fonts.gstatic.com' /> | ||
<link | ||
href='https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap' | ||
rel='stylesheet' | ||
/> | ||
</head> | ||
<body> | ||
<body class='inter-regular'> | ||
<Component /> | ||
</body> | ||
<footer className='merienda-attrib flex flex-row justify-around'> | ||
<span> | ||
Made with <span style={{ filter: 'grayscale(50%)' }}>❤️</span> and <span style={{ filter: 'grayscale(50%)' }}>🦕</span> . | ||
</span> | ||
<span> | ||
Brought to you by{' '} | ||
<span> | ||
<em> | ||
<u>your name here</u> | ||
</em>! | ||
</span> | ||
<span className='text-sm'> | ||
Built with <span>☕️</span> and <span>🦕</span> by{' '} | ||
<a href='https://github.com/nonrational/user-agent.info' target='_blank' rel='noopener noreferrer'>@nonrational</a> | ||
</span> | ||
</footer> | ||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.