Skip to content

EyesOnCloud/webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

index.html file

v1 Blue

<!DOCTYPE html>
<html>
<head>
    <title>Welcome to EyesOnCloud Test Web Server App</title>
    <style>
        body {
            background-color: #1E90FF;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            color: black;
        }

        img {
            max-width: 100%;
            height: auto;
        }
    </style>
</head>
<body>
    <h1>Welcome to EyesOnCloud Test Web Server App</h1>
    <p>This is a test web server application.</p>
    <img src="https://github.com/EyesOnCloud/webapp/raw/main/EOC%20logo.png" alt="EOC Logo">
</body>
</html>

v2 Green

<!DOCTYPE html>
<html>
<head>
    <title>Welcome to EyesOnCloud Test Web Server App</title>
    <style>
        body {
            background-color: #ADFF2F;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            color: black;
        }

        img {
            max-width: 100%;
            height: auto;
        }
    </style>
</head>
<body>
    <h1>Welcome to EyesOnCloud Test Web Server App</h1>
    <p>This is a test web server application.</p>
    <img src="https://github.com/EyesOnCloud/webapp/raw/main/EOC%20logo.png" alt="EOC Logo">
</body>
</html>

Releases

No releases published

Packages

No packages published