Created
January 16, 2018 21:36
-
-
Save tejainece/6d6a36667b8f19a0f392b1d2c642ce6a to your computer and use it in GitHub Desktop.
Sample file to showcase Jaguar's serve
This file contains hidden or 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
<html> | |
<head> | |
<title>Jaguar</title> | |
<style> | |
#title-holder { | |
width: 100%; | |
text-align: center; | |
} | |
</style> | |
</head> | |
<body> | |
<h1 id="title-holder">Jaguar.dart</h1> | |
<div>Simple. Fast. Extensible</div> | |
<a href="https://jaguar-dart.github.io">Visit us at https://jaguar-dart.github.io</a> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment