-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
28 lines (22 loc) · 925 Bytes
/
index.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
<!DOCTYPE html>
<html lang=""><head>
<title>Selenium - Open Source browser automation</title>
<link rel="stylesheet" href="alt.css">
</head>
<body>
<div class="fixedHeaderContainer">
<div class="headerWrapper wrapper">
<header><a href="https://www.selenium.dev"><img class="logo" src="selenium-white.svg" alt="Selenium"><h2 class="headerTitleWithLogo">Selenium</h2></a></header>
</div>
</div>
<div class="wrapper navPusher">
<h1>Find all the information on how to join us at the Selenium official <a href="https://www.selenium.dev/support/">website!</a></h1>
<p>This website will not be online anymore after June 30, 2021</p>
<p>Please head directly to <a href="https://www.selenium.dev/support/">https://www.selenium.dev/support/</a> after that date</p>
</div>
<footer class="nav-footer" id="footer">
<section class="copyright">© 2020 Software Freedom Conservancy (SFC)</section>
</footer>
</div>
</body>
</html>