mirror of
https://github.com/SrIzan10/lynn-come-out.git
synced 2026-06-06 00:56:57 +00:00
Merge pull request #2 from SrIzan10/copilot/add-disclaimer-to-page
This commit is contained in:
15
server.js
15
server.js
@@ -283,10 +283,25 @@ app.get('/', (req, res) => {
|
||||
margin: 20px 0;
|
||||
animation: blink 1s infinite;
|
||||
}
|
||||
|
||||
.disclaimer {
|
||||
background-color: #ffcccc;
|
||||
border: 5px solid #ff0000;
|
||||
padding: 15px;
|
||||
margin-bottom: 20px;
|
||||
text-align: center;
|
||||
color: #000000;
|
||||
text-shadow: none;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="disclaimer">
|
||||
⚠️ DISCLAIMER: This is a joke! Lynn should come out when she feels comfortable. ⚠️
|
||||
</div>
|
||||
<h1>🏳️⚧️ LYNN COME OUT!!! 🏳️⚧️</h1>
|
||||
<marquee behavior="scroll" direction="left">✨ LYNN COME OUT ✨ LYNN COME OUT ✨ LYNN COME OUT ✨</marquee>
|
||||
<div class="subtitle">💖 Sign the Petition NOW!!! 💖</div>
|
||||
|
||||
Reference in New Issue
Block a user