-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (22 loc) · 1010 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Studying with Coffee</title>
</head>
<body>
<div class="container">
<div class ="spotify" ;">
<iframe src="https://open.spotify.com/embed/playlist/1TgUfZQ8HxSUIe7nVxMpnH" scrolling="no" width="300" height="500" align="right" frameborder="0" allowtransparency="true" allow="encrypted-media">
</iframe>
</div>
<div class = "clock";">
<iframe src="https://free.timeanddate.com/clock/i7se5hfh/n1038/szw600/szh600/hocddd/hbw0/hfcfc9/cf100/hgr0/fav0/fiv0/mqcfff/mql15/mqw8/mqd100/mhcfff/mhl15/mhw4/mhd100/mmv0/hhcff9/hmcff9" frameborder="0" width="600" height="600" align="left"></iframe>
</div>
<a href= "pomodoro.html">
<button type="button">Start Pomodoro Timer</button>
</a></div>
</body>
</html>