Skip to content

Commit a0fd6ea

Browse files
authored
Update index.html
1 parent 192d286 commit a0fd6ea

File tree

1 file changed

+30
-6
lines changed

1 file changed

+30
-6
lines changed

Releases/v1.0/index.html

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,32 @@
1-
<h1>v0.1</h1>
2-
<hr/>
3-
<h1 style="color: red;">Warning this all requires java!</h1>
4-
<hr/>
5-
<p>This is v1 (The v is version)</p>
1+
<head>
2+
<style>
3+
@font-face {
4+
font-family: 'mdfont';
5+
src: url('webfont.eot'); /* IE9 Compat Modes */
6+
src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
7+
url('webfont.woff') format('woff'), /* Modern Browsers */
8+
url('webfont.ttf') format('truetype'), /* Safari, Android, iOS */
9+
url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
10+
}
611

7-
<p>It is only a Pong Game</p>
12+
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
13+
margin:0;
14+
padding:0;
15+
border:0;
16+
font-size:100%;
17+
font:inherit;
18+
font-family: mdfont;
19+
vertical-align:baseline
20+
}
21+
</style>
22+
</head>
23+
<body>
24+
<h1>v0.1</h1>
25+
<hr/>
26+
<h1 style="color: red;">Warning this all requires java!</h1>
27+
<hr/>
28+
<p>This is v1 (The v is version)</p>
829

30+
<p>It is only a Pong Game</p>
31+
32+
</body>

0 commit comments

Comments
 (0)