20 lines
263 B
Text
20 lines
263 B
Text
|
---
|
||
|
|
||
|
---
|
||
|
|
||
|
<div>
|
||
|
Firq FGO Site
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<style>
|
||
|
div {
|
||
|
display: flex;
|
||
|
width: 100%;
|
||
|
height: 10em;
|
||
|
background-color: grey;
|
||
|
text-align: center;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
</style>
|