included css via php

This commit is contained in:
Beth Parker 2017-10-30 22:52:23 -05:00
parent b3e1b8aeda
commit fdb17d2c52
3 changed files with 10 additions and 2 deletions

View file

@ -1,7 +1,11 @@
<html> <html>
<head> <head>
<title>Actcur Available Sites</title> <title>Actcur Available Sites</title>
<link rel="stylesheet" type="text/css" href="css/layout.css" /> <style>
<!--
<?php include "../css/layout.css"; ?>
-->
</style>
</head> </head>
<body> <body>
<?php <?php

View file

@ -1,7 +1,11 @@
<html> <html>
<head> <head>
<title>Actcur Available Sites</title> <title>Actcur Available Sites</title>
<link rel="stylesheet" type="text/css" href="css/layout.css" /> <style>
<!--
<?php include "../css/layout.css"; ?>
-->
</style>
</head> </head>
<body> <body>
<?php <?php