prepare to deploy
This commit is contained in:
30
public/index.html
Normal file
30
public/index.html
Normal 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
12
public/style.css
Normal file
@ -0,0 +1,12 @@
|
||||
* {
|
||||
background-repeat: no-repeat;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
Reference in New Issue
Block a user