Skip to content

Instantly share code, notes, and snippets.

@morganloel
morganloel / startingPoint.html
Created October 25, 2018 21:21 — forked from Kmacpher/startingPoint.html
Guessing Game Starting Code
<!DOCTYPE html>
<html lang="en">
<head>
<title>Guessing Game</title>
<!-- Bootstrap and CSS here-->
<style>
.center {
text-align: center;
}
@morganloel
morganloel / .gitignore
Created September 21, 2018 23:17 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #