Skip to content

Commit

Permalink
#7 created folder demo-app components folder,
Browse files Browse the repository at this point in the history
created demo-app.html
  • Loading branch information
KlugeCh committed Feb 9, 2021
1 parent 594654a commit 16a1787
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/components/demo-app/demo-app.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">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Demo App</title>
</head>
<body>
<h1>This is the Code Monkey Demo App</h1>
</body>
</html>

0 comments on commit 16a1787

Please sign in to comment.