127.0.0.1:8000 watch-together / master server / utils / email_templates / virus_detected.html
master

Tree @master (Download .tar.gz)

virus_detected.html @masterraw · history · blame

<!DOCTYPE html>
<html>

<head>
</head>

<body style="margin: 20px; font-family: Helvetica;">
    <div style="font-size: 15px;">
        Malicious file uploaded to Watch Together<br><br>
        Uploaded from [IP] by user [USER_ID]<br><br>
        File path: [file]<br><br>
        Viruses detected: [VIRUSES]
    </div>
</body>

</html>