-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
2f4b9c2
commit 4a35db8
Showing
7 changed files
with
77 additions
and
58 deletions.
There are no files selected for viewing
File renamed without changes
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes
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,16 +1,19 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Vue3-Snackbar: Demonstration</title> | ||
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet"> | ||
<link rel="icon" type="image/png" href="./favicon.png"> | ||
<script type="module" crossorigin src="/vue3-snackbar/assets/index-6e1e2cc0.js"></script> | ||
<link rel="stylesheet" href="/vue3-snackbar/assets/index-51eb524b.css"> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" | ||
rel="stylesheet" | ||
/> | ||
<link rel="icon" type="image/png" href="./favicon.png" /> | ||
<script type="module" crossorigin src="/vue3-snackbar/assets/index-pH3mtOD5.js"></script> | ||
<link rel="stylesheet" crossorigin href="/vue3-snackbar/assets/index-DzeQa2O1.css"> | ||
</head> | ||
|
||
<body> | ||
<div id="app"></div> | ||
|
||
</body> | ||
</html> |