mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-12-16 08:09:03 +00:00
Should be able to run on PHP >= 5.5
This commit is contained in:
19
index.php
19
index.php
@@ -22,6 +22,15 @@ $user = SessionManager::get();
|
||||
<!--[if lte IE 8]>
|
||||
<link rel="stylesheet" href="assets/css/ie8.min.css"/><![endif]-->
|
||||
|
||||
<style>
|
||||
|
||||
@font-face {
|
||||
font-family: 'fixedsys';
|
||||
src: url("./mar/fonts/FSEX301-L2.ttf");
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body class="homepage">
|
||||
|
||||
@@ -54,16 +63,6 @@ $user = SessionManager::get();
|
||||
<div class="row 200%">
|
||||
<div class="12u">
|
||||
|
||||
|
||||
<style>
|
||||
|
||||
@font-face {
|
||||
font-family: 'fixedsys';
|
||||
src: url("./mar/fonts/FSEX301-L2.ttf");
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<!-- Features -->
|
||||
<section class="box features">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user