prepare to deploy

This commit is contained in:
XGQT
2020-02-02 00:36:05 +01:00
parent 74426c0db3
commit 23c906769f
5 changed files with 73 additions and 0 deletions

30
public/index.html Normal file
View File

@ -0,0 +1,30 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="generator" content="GitLab Pages"/>
<meta name="description" content="src_prepare" />
<meta name="keywords" content="src_prepare gentoo overlay"/>
<meta name="author" content="src_prepare"/>
<title>src_prepare</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<p>Test</p>
</body>
</html>

12
public/style.css Normal file
View File

@ -0,0 +1,12 @@
* {
background-repeat: no-repeat;
overflow: hidden;
}
html,
body {
height: 100%;
margin: 0;
padding: 0;
width: 100%;
}