<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>SwiftConnect</title>
<link rel="stylesheet" href="main.css" type="text/css">
</head>
<body>
<h1 class="maintitle" style="text-align: center;font-family: Georgia, 'Times New Roman', Times, serif; font-size: 50px; color: #00FFFF;" ><i>SwiftConnect</i></strong></h1>
<hr>
<div class="header">
<h2 style="font-family: Georgia, 'Times New Roman', Times, serif; color: #00FFFF;"><strong><i>By Hammad Ali</i></strong></h2>
<img src="SwiftConnectLogo.png" alt="Swift Logo" width="100px" height="50px" style="display: block; margin: auto;">
<h2 style="font-family: Georgia, 'Times New Roman', Times, serif; color: #00FFFF;"><strong><i>Fast & Secure</i></strong></h2>
</div>
<img src="SwiftConnect.png" alt="Main Pic" width="950px" height="500px">
<h1 class ="sectiontitle" style="text-align: center; color: #04fb56;"><strong><i>What is SwiftConnect</i></strong></h1>
<p style="color: white; font-size: 20px; text-shadow: 5px 2px 5px black;"><strong><i>SwiftConnect is a fast, simple, and secure email platform designed for seamless communication. Focused on efficiency, it allows users to send and receive emails with ease.</i></strong></p>
<h1 style="color: #04fb56; text-align: center; text-shadow: 5px 2px 5px black;"><strong><i>Key Features of SwiftConnect</i></strong></h1>
<ul style="color: white; font-size: 20px;">
<li><strong><i>â–ºFast & Efficient</i></strong></li>
<li><strong><i>â–ºEasy To Use</i></strong></li>
<li><strong><i>â–ºSimple & Lightweight</i></strong></li>
<li><strong><i>â–ºNo Storage Limitations</i></strong></li>
<li><strong><i>â–ºUser Friendly Interface</i></strong></li>
</ul>
<h1 style="text-align: center; color: white; text-shadow: 5px 2px 5px black;"><strong><i>Email Here</i></strong></h1>
<h2 style="color: white;"><strong><i>Enter the recipient's email address to send your message.</i></strong></h2>
<form action="https://formspree.io/f/mnnpzwyg" method="post">
<label for="email">: </label>
<input type="email" id="email" name="email" required>
<br><br><br>
<label for="email" style="color: white; font-size: 20px; "><strong><i>Message:</i></strong></label>
<textarea id="message" name="message" rows="10" cols="127" required></textarea>
<button>Submit</button>
</form>
</body>
</html>
#🔒 html code
10 messages · Page 1 of 1 (latest)
@ripe hill
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
Closes after a period of inactivity, or when you send !close.
CSS:
.header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 20px;
text-shadow: 5px 2px 5px black;
}
hr {
background-color: black;
border: none;
height: 5px;
width: 100%;
}
body {
background-image: url(Background.png);
}
.sectiontitle {
text-shadow: 5px 2px 5px black;
}
.maintitle {
text-shadow: 15px 5px 5px black;
}
This is a python server
y-yeah sorry the dude wanted to see it
!ot
Off-topic channel
#ot2-python-isnt-skynet-thats-silly
Please read our off-topic etiquette before participating in conversations.
!close
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.