Created
March 6, 2020 18:18
-
-
Save wsams/347cd16b27e7b10a0465fc9e17e1f62f to your computer and use it in GitHub Desktop.
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
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<title>FoPo Run Club</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<link rel="stylesheet" | |
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" | |
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" | |
crossorigin="anonymous"> | |
<link rel="icon" type="image/ico" href="favicon.ico"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | |
<style type="text/css"> | |
</style> | |
</head> | |
<body> | |
<div class="container"> | |
<div class="alert alert-success">FoPo Run Club</div> | |
</div> | |
<script type="text/javascript" | |
src="https://code.jquery.com/jquery-3.2.1.min.js" | |
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" | |
crossorigin="anonymous"></script> | |
<script type="text/javascript" | |
src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.12.0/moment.min.js" | |
crossorigin="anonymous"></script> | |
<script type="text/javascript" | |
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" | |
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" | |
crossorigin="anonymous"></script> | |
<script type="text/javascript"> | |
$(function() { | |
console.log(new Date()); | |
}); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment