mirror of https://gitlab.com/litecord/litecord.git
add static/css/index.css
This commit is contained in:
parent
0d1e4a1265
commit
a8b4493d0b
|
|
@ -0,0 +1,3 @@
|
|||
#content {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
@ -1,11 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>{{ inst_name }} - index</title>
|
||||
<style>
|
||||
#content {
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
<link href="css/index.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<main id="content">
|
||||
|
|
|
|||
Loading…
Reference in New Issue