Skip to content

Commit

Permalink
Create show.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sainivikas committed Mar 2, 2016
1 parent 619ed7a commit 48cc04a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions templates/show.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>Info File Reader</title>
<script src="../js/writter.js"></script>
<link rel="stylesheet" type="text/css" href="../css/show.css">
<link rel="stylesheet" type="text/css" href="../css/pagediv.css">
</head>
<body onload="write()" onkeypress="key_pressed(event)">

<h1>Press B For Go Back</h1>
<hr/>
<h2 id="file_name"></h2>
<hr/>
<h3 id="file_content"></h3>

</body>
</html>

0 comments on commit 48cc04a

Please sign in to comment.