first commit

This commit is contained in:
SrIzan10
2021-07-03 16:45:11 +02:00
parent e69232b8c5
commit 9321f6f5fa
2 changed files with 18 additions and 0 deletions

7
dockerjava.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
apt install wget tar nano screen cron -y
wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add -
add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/
sleep 2
apt-get update
apt install adoptopenjdk-16-hotspot -y

11
index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Media</title>
</head>
<body>
This is random media. You better go to https://srizan.ml
</body>
</html>