Updated backend index
This commit is contained in:
parent
225269a7d4
commit
ca31034a14
1 changed files with 14 additions and 4 deletions
|
|
@ -2,22 +2,32 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||||
|
<meta name="name" content="OCBO e-Sign Server" />
|
||||||
|
<meta name="description" content="Backend application for OCBO e-Sign" />
|
||||||
|
<meta name="author" content="Patrick Alvin Alcala" />
|
||||||
<title>OCBO e-Sign Server</title>
|
<title>OCBO e-Sign Server</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
background-color: #16212c;
|
background-color: #16212c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
width: 100%;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 20px;
|
padding: 20px 0;
|
||||||
color: white;
|
color: rgba(255, 255, 255, 0.848);
|
||||||
font-size: 3.25rem;
|
font-size: 3.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
.title {
|
||||||
|
font-size: 1.25rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue