Skip to content

Instantly share code, notes, and snippets.

@adarsh-gupta101
Created May 13, 2025 14:50
Show Gist options
  • Save adarsh-gupta101/ef6c1458dbcc480e5dd91f0b0bb5103d to your computer and use it in GitHub Desktop.
Save adarsh-gupta101/ef6c1458dbcc480e5dd91f0b0bb5103d to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Testing Website</title>
<link
rel="stylesheet"
href="https://unpkg.com/spectre.css/dist/spectre.min.css"
/>
<link
rel="stylesheet"
href="https://unpkg.com/spectre.css/dist/spectre-exp.min.css"
/>
<link
rel="stylesheet"
href="https://unpkg.com/spectre.css/dist/spectre-icons.min.css"
/>
</head>
<body>
<div class="modal active" id="modal-id">
<a href="#close" class="modal-overlay" aria-label="Close"></a>
<div class="modal-container">
<div class="modal-header">
<a
href="#close"
class="btn btn-clear float-right"
aria-label="Close"
></a>
<div class="modal-title h5">
AI-Powered End-to-End Test Orchestration Cloud
</div>
</div>
<div class="modal-body">
<div class="content">
<p>
HyperExecute platform comes with feature-packed hosted runners for
every major OS including Windows, MacOS, and Linux containers. The
runners come with pre-installed support for all major programming
languages and frameworks including Java, Node.js, Python, PHP, GO,
C#, Rust, and Ruby.
</p>
</div>
</div>
<div class="modal-footer">#LambdaTestYourApps</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment