This commit is contained in:
parent
fead895405
commit
5df3bfde72
61
src/linkedin.liquid
Normal file
61
src/linkedin.liquid
Normal file
@ -0,0 +1,61 @@
|
||||
i<!DOCTYPE html>
|
||||
<html class="no-js" lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; URL=https://www.linkedin.com/in/faultables" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="theme-color" content="#666">
|
||||
|
||||
<title>Mengarahkan anda ke https://www.linkedin.com/in/faultables...</title>
|
||||
|
||||
<style>
|
||||
html {
|
||||
box-sizing: border-box;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
*,
|
||||
*:before,
|
||||
*:after {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
||||
Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji',
|
||||
'Segoe UI Emoji', 'Segoe UI Symbol';
|
||||
font-size: 1.337rem;
|
||||
background-color: #121212;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
div {
|
||||
padding: 2rem;
|
||||
width: 960px;
|
||||
margin: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
h2,
|
||||
p {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div>
|
||||
<h2>Sedang mengarahkan</h2>
|
||||
<p>Mengarahkan anda ke <strong>https://www.linkedin.com/in/faultables</strong></p>
|
||||
<p>Jika tidak terjadi apapun, <a href="https://www.linkedin.com/in/faultables">klik tautan ini</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user