-
Notifications
You must be signed in to change notification settings - Fork 0
/
feed.html
17 lines (17 loc) · 876 Bytes
/
feed.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript" src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- use git css -->
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Alanhou1222/JavaScript-Feed@latest/feed.css"> -->
<!-- use local css -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap-grid.min.css"/>
<link rel="stylesheet" href="feed.css">
</head>
<body>
<div id= "happening-feed" class = "happening-feed pop-up search" url = "https://events.umich.edu/list/json?v=2">
<script src = "feed.js"></script>
</body>
</html>