Skip to content

Instantly share code, notes, and snippets.

View ludiw823's full-sized avatar

Ludi Wang ludiw823

  • Toronto
View GitHub Profile
@ludiw823
ludiw823 / index.html
Created March 2, 2019 00:50
JS - Gallery Homework
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Photo Gallery</title>
<link rel="stylesheet" href="css/gallery.css">
<script src = "js/gallery.js"></script>
</head>
<body>