Initial commit squashed
This commit is contained in:
16
frontend/index.html
Normal file
16
frontend/index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.svg">
|
||||
<link data-trunk rel="css" href="css/index.css" />
|
||||
<link data-trunk rel="copy-dir" href="static" />
|
||||
<link rel="stylesheet" href="/assets/tailwind.css"/>
|
||||
<link rel="stylesheet" href="/assets/static/fontawesome/css/fontawesome.css"/>
|
||||
<link rel="stylesheet" href="/assets/static/fontawesome/css/solid.css"/>
|
||||
<base data-trunk-public-url/>
|
||||
<title>Book Manager</title>
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user