Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
Add CSS includes to Step 1 & 2
Browse files Browse the repository at this point in the history
  • Loading branch information
castig committed Nov 15, 2012
1 parent ea0b096 commit bf894cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Step1/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
<html lang="en">
<head>
<title>Wilde Things</title>
<link rel="stylesheet" href="../public/css/normalize.css">
<link rel="stylesheet" href="../public/css/style.css">
</head>
<body>
<div id="container">
<?php
require_once('../stripe/lib/Stripe.php');
$stripe = array(
Expand Down Expand Up @@ -48,5 +51,6 @@
<?php
}
?>
</div><!-- #container -->
</body>
</html>
4 changes: 4 additions & 0 deletions Step2/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
<html lang="en">
<head>
<title>Wilde Things</title>
<link rel="stylesheet" href="../public/css/normalize.css">
<link rel="stylesheet" href="../public/css/style.css">
</head>
<body>
<div id="container">
<?php
require_once('../stripe/lib/Stripe.php');
$stripe = array(
Expand Down Expand Up @@ -62,5 +65,6 @@
<?php
}
?>
</div><!-- #container -->
</body>
</html>

0 comments on commit bf894cb

Please sign in to comment.