Skip to content

Commit

Permalink
#973 move html examples
Browse files Browse the repository at this point in the history
  • Loading branch information
olegush committed Dec 1, 2019
1 parent 2b03b2f commit 7cffd04
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shopelectro/tests/assets/invalid_markup_example.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<html>
<body>
<funny>joke</funny>
12 changes: 12 additions & 0 deletions shopelectro/tests/assets/valid_markup_example.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>title</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<!-- page content -->
</body>
</html>

0 comments on commit 7cffd04

Please sign in to comment.