Latest Version

This commit is contained in:
it00147
2025-11-26 13:02:45 +00:00
parent b89bf42764
commit 34295c0c18
6 changed files with 145 additions and 39 deletions

BIN
static/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 11 KiB

37
static/myip.css Normal file
View File

@@ -0,0 +1,37 @@
body {
margin: 0;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Montserrat', Helvetica, Arial, sans-serif;
background: #0181C4;
}
.card {
background: #ffffff;
padding: 2.5rem 3rem;
border-radius: 0;
box-shadow: 0 18px 40px rgba(15, 23, 42, 0.6);
max-width: 520px;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.title {
font-size: 1.25rem;
color: #101F2D;
margin-bottom: 0.5rem;
}
.ripe-title {
font-size: 1.1rem;
font-weight: 600;
margin-bottom: 0.5rem;
color: #101F2D;
}
.ripe-item {
font-size: 0.95rem;
color: #101F2D;
margin: 0.2rem 0;
}