Skip to content

Commit

Permalink
HTML futzing.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnewman committed Feb 15, 2011
1 parent 501f58c commit 4258d54
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 21 deletions.
3 changes: 3 additions & 0 deletions snippets/blank.css
@@ -0,0 +1,3 @@
body {
background-color: #ccffee;
}
11 changes: 5 additions & 6 deletions snippets/blank.html
@@ -1,9 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<title>Wrapper page</title>
</head>
<body style="background-color: red">
</body>
<head>
<title>Wrapper page</title>
<link rel="stylesheet" href="blank.css" type="text/css"/>
</head>
<body></body>
</html>

3 changes: 3 additions & 0 deletions snippets/wrappedLogin.css
@@ -0,0 +1,3 @@
body {
background-color: #ffccee;
}
3 changes: 2 additions & 1 deletion snippets/wrappedLogin.html
Expand Up @@ -6,8 +6,9 @@
-->
<head>
<title>Login page</title>
<link rel="stylesheet" href="wrappedLogin.css" type="text/css"/>
</head>
<body style="background-color: blue">
<body>
<script type="text/javascript">
var fakeLoginData =
{ 'sid': "abcdefghijkl",
Expand Down
14 changes: 0 additions & 14 deletions snippets/wrapper.html

This file was deleted.

0 comments on commit 4258d54

Please sign in to comment.