styling
This commit is contained in:
16
public/home/index_template.html
Normal file
16
public/home/index_template.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="icon" href="/home/icon.webp" />
|
||||
<link rel="icon" href="/home/img/dj.gif" />
|
||||
<link rel="stylesheet" href="/static/theme.css" />
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- SSR HEAD OUTLET -->
|
||||
</head>
|
||||
<body>
|
||||
<div id="app-root" style="height: 100vh;"><!-- SSR OUTLET --></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user