-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (20 loc) · 922 Bytes
/
index.html
File metadata and controls
21 lines (20 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html>
<head>
<title>CLSB Programming Club</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.css" />
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro" rel="stylesheet">
<link rel="stylesheet" href="../global/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container">
<h1 id="title"><span class="lime">examples@CLSB-Programming</span><span class="blue"> ~ $ </span><span class="blinker">█</span></h1>
<h2>Examples</h2>
<p>Welcome to the examples page!</p>
<h2>Python</h2>
<h3>Rock Paper Scissors</h3>
<p><iframe src="https://trinket.io/embed/python/ed211c5549?outputOnly=true&runOption=run&start=result" width="480" height="360" frameborder="0" marginwidth="0" marginheight="0" allowfullscreen></iframe></p>
</div>
</body>
</html>