Skip to content

Instantly share code, notes, and snippets.

@TranNgocMinh
Created June 13, 2019 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TranNgocMinh/5469e177cbbf86126cfe51ea148ca3ad to your computer and use it in GitHub Desktop.
Save TranNgocMinh/5469e177cbbf86126cfe51ea148ca3ad to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Contact</title>
<meta name="viewport" content="width=device-width, initialscale=1">
<link rel="stylesheet" href="jquery.mobile-1.4.5.css" />
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="jquery.mobile-1.4.5.min.js"></script>
</head>
<body>
<div data-role="page" id="contactPage">
<div data-role="header">Contact me.</div>
<div data-role="content">
<p>
Please leave your name and email here.
</p>
</div>
<div data-role="footer" data-position="fixed" data-id="footernav">
<div data-role="navbar">
<ul>
<li><a href="Home.html" data-ajax="false">Home</a></li>
<li><a href="About.html" data-ajax="false" >About</a></li>
<li><a href="Contact.html" class="ui-btn-active ui-state-persist" data-ajax="false">Contact</a></li>
</ul>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment