Skip to content

Instantly share code, notes, and snippets.

@YannMjl
Last active June 1, 2021 00:08
Show Gist options
  • Save YannMjl/3ae0e1ee02d6cb1dc31da407d0dd4911 to your computer and use it in GitHub Desktop.
Save YannMjl/3ae0e1ee02d6cb1dc31da407d0dd4911 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>nodeJS demo</title>
<style>
body {background-image: url('https://mdbootstrap.com/img/Photos/Others/images/77.jpg')}
h1,h2 {color: white; font-weight: bold;}
p {color: white;}
</style>
</head>
<body>
<h1>NodeJS Express Demo App</h1>
<p>This app was made during a ITOT Africa Dev training and Knowdlege transfer session</p>
<h4 style="padding-top: 20px;">Check out the other rout of the app:</h4>
<ul>
<li>/home</li>
<li>/today</li>
<li>/months</li>
<li>/people</li>
</ul>
<div style="position: fixed; bottom: 0; right: 0; padding-right: 3em;">
<h2>Author: <a href="https://github.com/YannMjl">Yann Mulonda</a></h2>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment