mirror of
https://github.com/SrIzan10/media.git
synced 2026-06-06 00:56:59 +00:00
first commit
This commit is contained in:
7
dockerjava.sh
Normal file
7
dockerjava.sh
Normal 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
11
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user