Skip to content

Instantly share code, notes, and snippets.

@pierreabreup
Created May 11, 2020 22:13
Show Gist options
  • Save pierreabreup/43daf9a792d4a3dfec31990737649480 to your computer and use it in GitHub Desktop.
Save pierreabreup/43daf9a792d4a3dfec31990737649480 to your computer and use it in GitHub Desktop.
<html lang="pt-br">
<head>
<meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<link href="https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900|Open+Sans+Condensed:300,300i,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i" rel="stylesheet">
<title>My Cool App ;)</title>
<style type="text/css">
body {
background-color: #F2F4F5;
text-align: center;
font-family: "Nunito", sans-serif;
color: rgb(90, 90, 163)
}
img {
width: 25%;
}
</style>
</head>
<body >
<img src="https://assets.cdn.myapp.net/static/assets/images/what.svg">
<h2 >You have to sign in first</h2>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment