File tree 2 files changed +62
-0
lines changed
2 files changed +62
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < title > Sample Badge</ title >
5
+ < link href ="styles.css " rel ="stylesheet " type ="text/css " />
6
+ </ head >
7
+ < body >
8
+
9
+
10
+ < h1 > Possible tf2stats badge</ h1 >
11
+
12
+
13
+ < div class ="redbox ">
14
+ < img src ="full.jpg " style ="float: right " height ="80 " width ="80 " />
15
+ < h3 style ="width:100%; margin-bottom:0 "> Players Name</ h3 >
16
+
17
+ < table style ="font-size: 10px " border ="0 ">
18
+ < tr >
19
+ < td width ="35% "> Steam Rating</ td >
20
+ < td width ="10% "> < strong > 10.0</ strong > </ td >
21
+ < td width ="35% "> Total Hours</ td >
22
+ < td > < strong > 342.3</ strong > </ td >
23
+ </ tr >
24
+ < tr >
25
+ < td > Total Points</ td >
26
+ < td > < strong > 7965</ strong > </ td >
27
+ < td > Kill:Death</ td >
28
+ < td > < strong > 1.12</ strong > </ td >
29
+ </ tr >
30
+ </ table >
31
+
32
+ < p style ="font-size: 10px;margin-bottom: 0 "> < a href ="# "> TF2 Stats Profile</ a > | < a href ="# "> Steam Profile</ a > < br />
33
+ Provided by tf2stats.net</ p >
34
+ </ div >
35
+
36
+ < h3 > Or Blue</ h3 >
37
+
38
+ < div class ="bluebox ">
39
+ < img src ="full.jpg " style ="float: right " height ="80 " width ="80 " />
40
+ < h3 style ="width:100%; margin-bottom:0 "> Players Name</ h3 >
41
+
42
+ < table style ="font-size: 10px " border ="0 ">
43
+ < tr >
44
+ < td width ="35% "> Steam Rating</ td >
45
+ < td width ="10% "> < strong > 10.0</ strong > </ td >
46
+ < td width ="35% "> Total Hours</ td >
47
+ < td > < strong > 342.3</ strong > </ td >
48
+ </ tr >
49
+ < tr >
50
+ < td > Total Points</ td >
51
+ < td > < strong > 7965</ strong > </ td >
52
+ < td > Kill:Death</ td >
53
+ < td > < strong > 1.12</ strong > </ td >
54
+ </ tr >
55
+ </ table >
56
+
57
+ < p style ="font-size: 10px;margin-bottom: 0 "> < a href ="# "> TF2 Stats Profile</ a > | < a href ="# "> Steam Profile</ a > < br />
58
+ Provided by tf2stats.net</ p >
59
+ </ div >
60
+
61
+ </ body >
62
+ </ html >
You can’t perform that action at this time.
0 commit comments