Skip to content

Instantly share code, notes, and snippets.

View ColinGreybosh's full-sized avatar

Colin Greybosh ColinGreybosh

View GitHub Profile
@ColinGreybosh
ColinGreybosh / index.html
Last active December 4, 2018 06:38
API Project Code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>API Site</title>
<link rel="stylesheet" href="../CSS/StyleSheet.css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
<body>