XploitSPY/server/assets/views/partials/head.ejs
2020-02-24 22:12:43 +05:30

17 lines
982 B
Plaintext

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="XploitSPY is an Android Spy RAT app which can monitor all android devices. Monitor WhatsApp chats, Call recordings, GPS locations, Contacts, Call Logs, File Explorer & more without root. Also Spy Facebook, Instagram, Tinder & Gmail." name=description>
<title>XploitSPY</title>
<link rel="stylesheet" href="/css/semantic.min.css" />
<link rel="stylesheet" href="/css/snackbar.min.css" />
<link rel="stylesheet" href="/css/custom.css" />
<link href=favicon.png rel=icon>
<link rel="stylesheet" href="/css/bootstrap.css">
<link rel="stylesheet" href="/css/style.css">
<script src="/js/bootstrap.bundle.min.js"></script>
<script src="/js/jquery-3.4.1.min.js"></script>
<script src="/js/semantic.min.js"></script>
<script src="/js/snackbar.min.js"></script>
<script src="/js/main.js"></script>
</head>