full page of html
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
This commit is contained in:
@@ -1 +1,18 @@
|
||||
<h1>Hello!</h1>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>My Webapp</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>It works! HELLO!</h1>
|
||||
<p>Congratulation, you have just installed My Webapp.</p>
|
||||
|
||||
<h2>Edit this site</h2>
|
||||
<p>
|
||||
To edit this site, put your files in /var/www/my_webapp/www using SSH/SCP.
|
||||
</p>
|
||||
|
||||
<p>As a reward, here is a random cat picture:</p>
|
||||
<img src="https://thecatapi.com/api/images/get?format=src&type=gif">
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user