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>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>{{ inst_name }} - index</title>
|
<title>{{ inst_name }} - index</title>
|
||||||
<style>
|
<link href="css/index.css" rel="stylesheet">
|
||||||
#content {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main id="content">
|
<main id="content">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue