-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
17 lines (17 loc) · 994 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html class="h-100" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Source Engine for Android</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
</head>
<body class="d-flex flex-column h-100">
<main class="flex-shrink-0">
<div class="container">
<h1 class="mt-5">Please agree with the following</h1>
<h2 class="mt-5">You agree that you will not use Source Engine for Android and ported games for commercial purposes, including but not limited to selling and adding advertising to download links.</h2>
<p class="mt-3">I agree and want to proceed to the <a href="https://nc.workbench.network/s/gdRnpcc2zrXz5Xg/download?path=%2F&files=source-engine-v1.17.0026.apk">download</a></p>
</div>
</main>
</body></html>