-
Notifications
You must be signed in to change notification settings - Fork 1
/
2.html
67 lines (66 loc) · 2.01 KB
/
2.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ZuneHDWiki</title>
<style type="text/css">
@import url('https://fonts.cdnfonts.com/css/segoe-ui-4');
body {
margin:0;
background-color:#369;
}
#content{
overflow:auto;
padding:10px;
font-size:15px;
font-family: 'Segoe UI', sans-serif;
text-align:justify;
color:#FFF;
}
.button {
display: inline-flex;
height: 50px;
padding: 0;
background: linear-gradient(to right, #fe5000, #d6006c);
border: none;
outline: none;
border-radius: 0px;
overflow: hidden;
font-family: 'Segoe UI', sans-serif;
font-size: 16px;
font-weight: 500;
cursor: pointer;
}
.button :hover {
background: linear-gradient(to right, #fe5000, #d6006c);
}
.button :active {
background: linear-gradient(to right, #a73500, #920049);
}
.button__text {
display: inline-flex;
align-items: center;
padding: 0 24px;
color: white;
height: 100%;
}
</style>
</head>
<body>
<div id="content" style="width: 730px; height: 430px !important;">
<tr>
<td colspan="2"><hr /></td>
</tr>
<tr>
<td width="75%"><p></p>
<p>
Zune is a discontinued line of digital media products and services marketed by Microsoft from November 2006 until its discontinuation in June 2012. Zune consisted of a line of portable media players, digital media player software for Windows PCs, a music subscription service known as a "Zune Music Pass", music and video streaming services for the Xbox 360 game console via the Zune Software, music, TV and movie sales, and desktop sync software for Windows Phone. Zune was also the provider of music streaming for United Airlines in-flight, after a partnership in 2010.
</p>
<a href="https://en.wikipedia.org/wiki/Zune" target="_blank">
<button type="button" class="button">
<span class="button__text">Full Zune Wikipedia Page</span>
</button>
</a>
</div>
</body>
</html>