andela/ah-infinity-stones

View on GitHub
authors/apps/articles/templates/report_article.html

Summary

Maintainability
Test Coverage

    <!doctype html>
    <html>
        <head>
            <title>Authors Haven account verification</title>
            <meta name="description" content="Our first page">
            <meta name="keywords" content="html tutorial template">
        </head>


        <body>
            <div id="div-page" style="border: 2px solid orange;border-radius: 25px;width: 30em;padding: 25px;margin: 5em;text-align: justify; border-width: thick"> 
                <img id="logo" src="https://lh3.googleusercontent.com/PpHgHwBc8uAycy3PrEuLuv6fg2T_gVuNmJ1GjCu4zsxRMDQe6Q0CAeyR5L_gQdA6GMH8EYIVoQoWcm23cAays0_geW9bFlmXWVjVHXt_iTyGz582WUXSLIlvDfEtn_1D9E7yp77R40C7aKm2v5_cReUS8ccHFhUYmk98bUEw77Lvo4Mnj33G0XUDxWdYZnL97CX-gpN9tcNaqUwA_paa1j9WPbTF9i-73uD-cj60KCHPti_cFN0h9gvVLoIxgOrSxRnIsNKOlUu2psIc2CiMGOgwhoLXPSa26mBfiKR51gHv6pOoqQKUVCYM6jtW3AAONnZSPxyS38aa7DK2mwdtHMKSu0I78nU1UxehNuhZ4OXg1Jya7mOxJ4u19pUkPt4iyRRX1LCbFNkMeEbkiAjWFMg6mwoTrNWNNbJ7nwsjMgQWh3BUbXWroq5nPC1CIsdbR_0UYi03gj17s-E_DJUHWEljtVrgGiXmQrxhNbPtSbQ6J5VexTodF3FxtCihR9CpZxF2bXjbSwKVdNq98jXjC_DUq0ocO8AqKJiLH_fv3PcKAfX84w8oFKEEVjPTkXpnlakhL9ygpH4ZAu-h5PYIQeYrSiYqskrZ68rw3_xqrXDlytl45QfO6ME0lWHQ5g7LhDQJpOM79lt6l5pFYQUObh4=w450-h414-no" alt="Logo" style="width:50px; margin-left: 44%;">
                <h1 style="line-height: 35px;text-align: center;">
                        Article Reported<span style="color: red">&#33;</span>
                </h1>
                
                    <div id="div-content" style="line-height: 26px;">
                        <p style="text-align: center;">{{username}} reported this article :{{art_slug}} on {{time}}</p>
                        <p style="text-align: center;">The report message was: <span style="color: red">{{report_msg}}</span></p>
                        <div style="margin-top: 7%;">
                            <a href="{{link}}" style="background-color: orange; color:#fff;padding: 0.4em;font-size: 2em;text-decoration: none;margin-left: 19%;">VIEW ARTICLE</a>
                        </div>
                    </div>  
            </div>
    

        </body>
    </html>