Skip to content

Instantly share code, notes, and snippets.

@tsl143
Last active March 1, 2018 10:45
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 tsl143/1ceffded15e35de71ca6d42fb95425c7 to your computer and use it in GitHub Desktop.
Save tsl143/1ceffded15e35de71ca6d42fb95425c7 to your computer and use it in GitHub Desktop.
jsDemos/funFacts/index.html
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="itsAFact">
<span id="loadingDiv">
<img width="50" height="50" src="cn.gif"/>
<br/>
Loading...
</span>
</div>
</body>
<script src="script.js"></script>
</html>
@tsl143
Copy link
Author

tsl143 commented Mar 1, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment