-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
145 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!DOCTYPE html><!-- From HTML5 Boilerplate --> | ||
<html class="no-js"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<title>test1</title> | ||
<meta name="description" content="description" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link rel="stylesheet" href="/public/css/normalize.css" /> | ||
<link rel="stylesheet" href="/public/css/main.css" /> | ||
</head> | ||
<body> | ||
|
||
<h1>test1</h1> | ||
<div>[60 104 49 62 84 104 105 115 32 105 115 32 109 121 32 102 105 114 115 116 32 112 111 115 116 33 60 47 104 49 62 10 10 60 112 62 73 38 114 115 113 117 111 59 109 32 115 111 32 104 97 112 112 121 32 116 111 32 119 114 105 116 101 32 116 104 105 115 32 114 105 103 104 116 32 110 111 119 33 60 47 112 62 10]</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!DOCTYPE html><!-- From HTML5 Boilerplate --> | ||
<html class="no-js"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<title>test2</title> | ||
<meta name="description" content="description" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link rel="stylesheet" href="/public/css/normalize.css" /> | ||
<link rel="stylesheet" href="/public/css/main.css" /> | ||
</head> | ||
<body> | ||
|
||
<h1>test2</h1> | ||
<div>[60 104 49 62 84 101 115 116 32 50 33 60 47 104 49 62 10]</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!DOCTYPE html><!-- From HTML5 Boilerplate --> | ||
<html class="no-js"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<title>test3</title> | ||
<meta name="description" content="description" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link rel="stylesheet" href="/public/css/normalize.css" /> | ||
<link rel="stylesheet" href="/public/css/main.css" /> | ||
</head> | ||
<body> | ||
|
||
<h1>test3</h1> | ||
<div>[60 104 49 62 84 101 115 116 32 51 33 60 47 104 49 62 10]</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
extends layout | ||
|
||
block content | ||
h1 My Post! | ||
h1 #{Post.ShortPost.Title} | ||
div #{Post.Content} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters