Files
quark-shell-mac/sample/preferences/shortcut.html
2014-12-12 23:44:42 -08:00

29 lines
443 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Quark Shell</title>
<style>
html {
background-color: rgb(237, 237, 237);
height: 100%;
width: 100%;
overflow: hidden;
-webkit-user-select: none;
}
body {
font-family: -apple-system-font, sans-serif;
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}
p {
margin-top: 42px;
text-align: center;
}
</style>
</head>
<body>
</body>
</html>