-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtv1.html
More file actions
129 lines (111 loc) · 3.37 KB
/
Copy pathtv1.html
File metadata and controls
129 lines (111 loc) · 3.37 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="darkreader-lock" />
<title>Veltron TV - Veltron Network</title>
<meta charset="UTF-8">
<meta property="og:type" content="summary">
<meta property="og:site_name" content="MattTheTekie presents">
<meta property="og:title" content="The Veltron Network">
<meta property="og:description" content="The Veltron Network is a worldwide technology community.">
<meta property="og:image" content="http://www.veltron.net/images/favicon/banner.png">
<meta property="og:image:alt" content="Veltron Network">
<meta property="og:url" content="http://www.veltron.net/">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta property="author" content="MattTheTekie + Veltron">
<link rel="stylesheet" href="https://www.veltron.net/css/global.css" />
<link
rel="icon"
type="image/png"
href="http://www.veltron.net/images/favicon/banner.png"
sizes="96x96"
/>
<link rel="shortcut icon" href="http://www.veltron.net/images/favicon/banner.png" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="http://www.veltron.net/images/favicon/banner.png"
/>
<meta name="apple-mobile-web-app-title" content="VELTRON" />
<link rel="canonical" href="index.html" />
</head>
<style>
.home-banner {
position: relative;
display: inline-block;
}
.home-banner img {
border: 0;
box-shadow: none;
}
.main-banner-img {
display: block;
max-width: 100%;
height: auto;
}
/* Top-right overlay image */
.overlay-link {
position: absolute;
top: 10px;
right: 10px;
z-index: 10;
display: block;
border: none;
}
.overlay-link:focus {
outline: none;
}
.overlay-img {
width: 40px; /* adjust size */
height: auto;
cursor: pointer;
transition: transform 0.2s ease;
}
</style>
<body id="body">
<!---Site Container--->
<!-- Spacer -->
<div id="websiteSpacerTop"></div>
<!-- Header -->
</a> </div>
<div class="decor right_banner"></div>
</aside>
<!-- Main Page -->
<main id="middleContent">
<!-- Home Section-->
<section id="homeSection">
<header>
<h1>Welcome to Veltron TV</h1>
<div class="home-banner">
<a href="http://tv.int.veltron.net" target="_blank">
<img
src="http://www.veltron.net/images/navigate.png"
alt="Grassy hill from Popstar (Kirby universe)"
/></a>
<!-- Top-right overlay link -->
<a href="http://tv.veltron.net" target="_blank" class="overlay-link">
<img
src="http://www.veltron.net/images/buttons/web.gif"
alt="Overlay button"
class="overlay-img"
/>
</a>
</div>
</header>
<article class="home-text text-containers-secondary-bg">
<img
src="http://www.veltron.net/images/gifs/kirby19.gif"
class="home-img-1"
alt="Kirby holding Hi!! sign"
/>
<p>
<center>
We're sorry, but you need to click box above to access the intranet service.<br>
If you are not connected via the intranet. Please click here to go to the site top . <br>
<a href="http://www.veltron.net" target="_blank">TOPへ戻る</a>
</center>
</p>
</article>
<!-- Javascript -->
</body>
</html>