add initial markup and php include to remaining pages
This commit is contained in:
parent
9d3f7459b1
commit
1ffe2a26a9
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
<title>musically emma</title>
|
||||
<link rel="stylesheet" href="../style/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include "../includes/nav.php" ?>
|
||||
|
||||
<section>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
<title>pets of emma</title>
|
||||
<link rel="stylesheet" href="../style/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include "../includes/nav.php" ?>
|
||||
|
||||
<section>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
<title>photographically emma</title>
|
||||
<link rel="stylesheet" href="../style/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include "../includes/nav.php" ?>
|
||||
|
||||
<section>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
<title>technically emma</title>
|
||||
<link rel="stylesheet" href="../style/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include "../includes/nav.php" ?>
|
||||
|
||||
<section>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width intial-scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
<title>contact emma</title>
|
||||
<link rel="stylesheet" href="../style/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include "../includes/nav.php" ?>
|
||||
|
||||
<section>
|
||||
<section>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width intial-scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
<title>emma's postroll</title>
|
||||
<link rel="stylesheet" href="../style/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include "../includes/nav.php" ?>
|
||||
|
||||
<section>
|
||||
<section>
|
||||
</body>
|
||||
</html>
|
16
site/why.php
16
site/why.php
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width intial-scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
<title>because</title>
|
||||
<link rel="stylesheet" href="../style/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include "../includes/nav.php" ?>
|
||||
|
||||
<section>
|
||||
<section>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue