Updated to php
This commit is contained in:
parent
2a6c827c61
commit
e5d8bbf0a5
5 changed files with 63 additions and 55 deletions
37
index.php
Normal file
37
index.php
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Tronax</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="shortcut icon" href="./img/logo.ico">
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:500&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Ubuntu&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- HEADER ---------------------------------------->
|
||||
|
||||
<?php
|
||||
require 'header.php';
|
||||
?>
|
||||
|
||||
<!-- HOME ---------------------------------------->
|
||||
|
||||
<section id="home">
|
||||
<div id="biglogo">
|
||||
<img src="./img/logo.png" alt="Logo" align="middle">
|
||||
</div>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!-- FOOTER ---------------------------------------->
|
||||
|
||||
<?php
|
||||
require 'footer.php';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue