v0.0.1
This commit is contained in:
1
public/assets/css/skeleton.min.css
vendored
Normal file
1
public/assets/css/skeleton.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/images/icon.png
Normal file
BIN
public/assets/images/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
15
public/template.html
Normal file
15
public/template.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title>😕</title>
|
||||
<link type="text/css" rel="stylesheet" href="./assets/css/skeleton.min.css" />
|
||||
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inconsolata&display=swap">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="./assets/images/icon.png">
|
||||
<link rel="icon" type="image/png" sizes="64x64" href="./assets/images/icon.png">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user