Changed image
This commit is contained in:
parent
a0963842a6
commit
e2f8e8a137
@ -26,6 +26,11 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: max-content;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
input, button {
|
input, button {
|
||||||
margin: 10px 10px;
|
margin: 10px 10px;
|
||||||
font-size: 1.8em;
|
font-size: 1.8em;
|
||||||
@ -35,7 +40,7 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>🚀</h1>
|
<img src="rocket.png" />
|
||||||
<input type="url" id="URL" />
|
<input type="url" id="URL" />
|
||||||
<button id="sendButton">SEND</button>
|
<button id="sendButton">SEND</button>
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
"name": "Website-to-reMarkable",
|
"name": "Website-to-reMarkable",
|
||||||
"short_name": "Website-to-reMarkable",
|
"short_name": "Website-to-reMarkable",
|
||||||
"description": "Send websites as PDFs to reMarkable",
|
"description": "Send websites as PDFs to reMarkable",
|
||||||
"theme_color": "#999",
|
"theme_color": "#e54655",
|
||||||
"background_color": "#999",
|
"background_color": "#e54655",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"scope": "/",
|
"scope": "/",
|
||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
|
BIN
rocket.png
BIN
rocket.png
Binary file not shown.
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 76 KiB |
@ -20,10 +20,15 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: max-content;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>🚀</h1>
|
<img src="rocket.png" />
|
||||||
<h2>Sent to reMarkable</h2>
|
<h2>Sent to reMarkable</h2>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user