Skip to content

Commit 3738f34

Browse files
authored
Create cc.html
1 parent b647264 commit 3738f34

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

Diff for: cc.html

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
<!DOCTYPE html>
3+
<html lang="en">
4+
<head>
5+
<meta charset="UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Document</title>
8+
<style>
9+
body {
10+
background: #444;
11+
margin: 0;
12+
padding: 0;
13+
}
14+
iframe {
15+
width: 100vw;
16+
height: 100vh;
17+
box-sizing: border-box;
18+
}
19+
</style>
20+
</head>
21+
<body>
22+
<iframe
23+
src="https://www.streamtext.net/player?event=IHaveADream&ff=K2D,Verdana,sans-serif&fs=30&fgc=ffffff&bgc=transparent&header=false&controls=false&footer=false&chat=false"
24+
allowtransparency="true"
25+
frameborder="0"
26+
></iframe>
27+
</body>
28+
</html>

0 commit comments

Comments
 (0)