Uploaded by ius8qnad

study

advertisement
22/11/2023, 23:47
view-source:https://studylib.net/viewer_next/web/study?file=%2F%2Fs2p.studylib.net%2Fstore%2Fdata%2F026154431.pdf%3Fk%3DAw…
Line wrap
1
2
3
4
5
6
7
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
8
9
<title>410 Error</title>
10
11
12
<link href="https://fonts.googleapis.com/css?family=Raleway:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Passion+One:900" rel="stylesheet">
13
14
15
16
17
18
19
<link type="text/css" rel="stylesheet" href="css/style.css" />
<style type="text/css">
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
20
21
22
23
24
body {
padding: 0;
margin: 0;
}
25
26
27
28
29
#error {
position: relative;
height: 100vh;
}
30
31
32
33
34
35
36
37
38
#error .error {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
39
40
41
42
43
44
45
.error {
max-width: 710px;
width: 100%;
padding-left: 190px;
line-height: 1.4;
}
46
47
48
49
50
51
52
53
.error .error-410 {
position: absolute;
left: 0;
top: 0;
width: 150px;
height: 150px;
}
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
.error .error-410 h1 {
font-family: 'Passion One', cursive;
color: #00b5c3;
font-size: 150px;
letter-spacing: 15.5px;
margin: 0px;
font-weight: 900;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
view-source:https://studylib.net/viewer_next/web/study?file=%2F%2Fs2p.studylib.net%2Fstore%2Fdata%2F026154431.pdf%3Fk%3DAwAAAYv3nCd1AAA…
1/3
22/11/2023, 23:47
view-source:https://studylib.net/viewer_next/web/study?file=%2F%2Fs2p.studylib.net%2Fstore%2Fdata%2F026154431.pdf%3Fk%3DAw…
69
70
71
72
73
74
75
76
77
78
.error h2 {
font-family: 'Raleway', sans-serif;
color: #292929;
font-size: 28px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2.5px;
margin-top: 0;
}
79
80
81
82
83
84
85
86
87
.error p {
font-family: 'Raleway', sans-serif;
font-size: 14px;
font-weight: 400;
margin-top: 0;
margin-bottom: 15px;
color: #333;
}
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
.homepage {
font-family: 'Raleway', sans-serif;
font-size: 14px;
text-decoration: none;
text-transform: uppercase;
background: #fff;
display: inline-block;
padding: 15px 30px;
border-radius: 40px;
color: #292929;
font-weight: 700;
-webkit-box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.3);
box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.3);
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
105
106
107
108
109
.homepage:hover {
color: #fff;
background-color: #00b5c3;
}
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
@media only screen and (max-width: 480px) {
.error {
text-align: center;
}
.error .error-410 {
position: relative;
width: 100%;
margin-bottom: 15px;
}
.error {
padding-left: 15px;
padding-right: 15px;
}
}
</style>
126
127
128
129
130
131
132
133
134
135
136
137
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="error">
<div class="error">
<div class="error-410">
<h1><nobr>:(</nobr></h1>
view-source:https://studylib.net/viewer_next/web/study?file=%2F%2Fs2p.studylib.net%2Fstore%2Fdata%2F026154431.pdf%3Fk%3DAwAAAYv3nCd1AAA…
2/3
22/11/2023, 23:47
138
139
140
141
142
143
144
145
146
147
148
149
view-source:https://studylib.net/viewer_next/web/study?file=%2F%2Fs2p.studylib.net%2Fstore%2Fdata%2F026154431.pdf%3Fk%3DAw…
</div>
<h2>410 - Page outdated</h2>
<p>
Unfortunately the session on this page is outdated. Please use the
<a href="/doc/26154431/" target="_top">link</a>
to refresh the page.
</p>
<a class="homepage" href="/" target="_top">home page</a>
</div>
</div>
</body>
</html>
150
view-source:https://studylib.net/viewer_next/web/study?file=%2F%2Fs2p.studylib.net%2Fstore%2Fdata%2F026154431.pdf%3Fk%3DAwAAAYv3nCd1AAA…
3/3
Download