add static/css/index.css

This commit is contained in:
Luna 2019-04-15 01:20:52 -03:00
parent 0d1e4a1265
commit a8b4493d0b
2 changed files with 4 additions and 5 deletions

3
static/css/index.css Normal file
View File

@ -0,0 +1,3 @@
#content {
text-align: center;
}

View File

@ -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">