-
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.
- Loading branch information
1 parent
ce6e3ce
commit 71d92fe
Showing
2 changed files
with
26 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,29 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="theme-color" content="#17A2B8" /> | ||
<meta | ||
name="description" | ||
content="Tabbing app for the Bard College Middle and High School Debating Tournament" | ||
/> | ||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo-192.png" /> | ||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> | ||
<title>TacoTab</title> | ||
</head> | ||
<body> | ||
<noscript>This is cute, but you need to enable JavaScript to run this app.</noscript> | ||
<div id="root"></div> | ||
</body> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="theme-color" content="#17A2B8" /> | ||
<meta name="description" content="Tabbing app for small World Schools-like debating tournaments" /> | ||
|
||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo-192.png" /> | ||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> | ||
|
||
<meta property="og:type" content="website" /> | ||
<meta property="og:title" content="TacoTab"> | ||
<meta property="og:site_name" content="TacoTab"> | ||
<meta property="og:description" content="Tabbing for small World Schools-like debating tournaments"> | ||
<meta property="og:image" content="%PUBLIC_URL%/logo-social.jpg"> | ||
<meta property="og:url" content="https://rayo.dev/tacotab"> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:image:alt" content="A picture of a taco next to the word TacoTab"> | ||
|
||
<title>TacoTab</title> | ||
</head> | ||
<body> | ||
<noscript>This is cute, but you need to enable JavaScript to run this app.</noscript> | ||
<div id="root"></div> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.