mirror of
https://github.com/faroukbmiled/RyukGram.git
synced 2026-08-19 09:27:16 +02:00
13 lines
299 B
HTML
Executable File
13 lines
299 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="popup.css">
|
|
<script type="module" src="popup.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="title">Open in RyukGram</div>
|
|
<div class="subtitle">instagram.com links open in the app.</div>
|
|
</body>
|
|
</html>
|