Calculator Tools Calculator Tools
Create

Drawn Mask: The Antivirus

Sep 19, 2023

About this app

Protect your device with Drawn Mask, the ultimate antivirus app.

Drawn Mask: The Antivirus Drawn Mask: The Antivirus Protect your device with Drawn Mask, the ultimate antivirus app. Real-time Protection Drawn Mask scans your device in real-time to detect and remove viruses, malware, and other threats. Virus Removal With Drawn Mask, you can easily remove viruses and malware from your device with just a few clicks. Secure Browsing Drawn Mask protects your browsing experience by blocking malicious websites and phishing attempts. Download Now

Related apps

Put this on your site

Source

                    <html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">

<title>Drawn Mask: The Antivirus</title>
<meta name="description" content="Protect your device with Drawn Mask, the ultimate antivirus app.">
<meta name="keywords" content="drawn mask, antivirus, security, app">

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">

<script type="text/javascript">
try {
// App Javascript Goes Here. Place your entire script content inside the try block for error handling.

// This will run when the DOM is ready.
document.addEventListener("DOMContentLoaded", function() {

});

} catch (error) {
// This will throw the error to the parent window.
throw error;
}
</script>

<style>
/* App CSS Goes Here */
body {
background-color: #f5f5f5;
font-family: 'Roboto', sans-serif;
}

.container {
padding: 30px;
text-align: center;
}

h1 {
color: #333;
font-size: 30px;
margin-bottom: 20px;
}

p {
color: #666;
font-size: 18px;
margin-bottom: 40px;
}

.btn-primary {
background-color: #ff5f5f;
border-color: #ff5f5f;
font-size: 20px;
padding: 10px 30px;
margin-top: 20px;
}

.btn-primary:hover {
background-color: #ff3f3f;
border-color: #ff3f3f;
}

.icon {
font-size: 48px;
margin-bottom: 20px;
}

.feature {
background-color: #fff;
border-radius: 10px;
padding: 30px;
margin-bottom: 30px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.feature-title {
color: #333;
font-size: 24px;
margin-bottom: 10px;
}

.feature-description {
color: #666;
font-size: 18px;
}
</style>
</head>
<body>
<div id="main-container" class="container">
<h1>Drawn Mask: The Antivirus</h1>
<p>Protect your device with Drawn Mask, the ultimate antivirus app.</p>
<i class="fa fa-shield icon"></i>
<div class="feature">
<h2 class="feature-title">Real-time Protection</h2>
<p class="feature-description">Drawn Mask scans your device in real-time to detect and remove viruses, malware, and other threats.</p>
</div>
<div class="feature">
<h2 class="feature-title">Virus Removal</h2>
<p class="feature-description">With Drawn Mask, you can easily remove viruses and malware from your device with just a few clicks.</p>
</div>
<div class="feature">
<h2 class="feature-title">Secure Browsing</h2>
<p class="feature-description">Drawn Mask protects your browsing experience by blocking malicious websites and phishing attempts.</p>
</div>
<a href="#" class="btn btn-primary">Download Now</a>
</div>
</body>
</html>