Skip to content

Instantly share code, notes, and snippets.

View loudwinston's full-sized avatar

Kevin Mitchell loudwinston

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<!DOCTYPE html>
<html>
<head>
<title>Travel Blog!</title>
<link rel="stylesheet" href="/stylesheets/mystyle.css">
</head>
<body>
<% for (var i = 0; i < locations.length; i++) {
var location = locations[i];
%>