-
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
0 parents
commit d6efbe4
Showing
12 changed files
with
165 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<!--link rel="icon" type="image/svg+xml" href="/logo.svg" --> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/bristles/logo/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/bristles/logo/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/bristles/logo/favicon-16x16.png"> | ||
<link rel="manifest" href="/site.webmanifest"> | ||
|
||
<meta name="author" content="bristles.xyz"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, viewport-fit=cover, maximum-scale=1.0, minimum-scale=1.0" /> | ||
|
||
<!-- Meta tags for SEO --> | ||
<title>Bristles</title> | ||
<meta name="description" content="Create diagrams, sketches, and illustrations using a simple canvas-based drawing tool. Draw lines, text, rectangles, arrows, and more."> | ||
|
||
<!-- Meta tags for social media sharing --> | ||
<meta property="og:title" content="Express yourself through digital art on our canvas"> | ||
<meta property="og:description" content="Create diagrams, sketches, and illustrations using a simple canvas-based drawing tool. Draw lines, text, rectangles, arrows, and more."> | ||
<meta property="og:image" content="https://www.bristles.xyz/og-image.png"> | ||
|
||
<!-- Meta tags for Twitter --> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:title" content="Express yourself through digital art on our canvas"> | ||
<meta name="twitter:description" content="Create diagrams, sketches, and illustrations using a simple canvas-based drawing tool. Draw lines, text, rectangles, arrows, and more."> | ||
<meta name="twitter:image" content="https://www.bristles.xyz/twitter-image.png"> | ||
|
||
<script type="module" crossorigin src="/bristles/assets/index-c74e53f9.js"></script> | ||
<link rel="stylesheet" href="/bristles/assets/index-e65ce55a.css"> | ||
</head> | ||
<body> | ||
<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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "", | ||
"short_name": "", | ||
"icons": [ | ||
{ | ||
"src": "/android-chrome-192x192.png", | ||
"sizes": "192x192", | ||
"type": "image/png" | ||
} | ||
], | ||
"theme_color": "#FFFFFF", | ||
"background_color": "#FFFFFF", | ||
"display": "standalone" | ||
} |