remove smoothscroll plugin

This commit is contained in:
Face
2025-08-15 22:25:35 +03:00
parent 3578dc7334
commit bcd908fc00
2 changed files with 10 additions and 2 deletions

View File

@@ -23,4 +23,11 @@ pre { text-xl font-mono }
button { text-[16px] bg-[#1b1b1b] rounded-md text-white hover:bg-[#2a2a2a] active:bg-[#101010] }
button[disabled] { bg-[#666666] text-[#999999] cursor-not-allowed }
"""
"""
var HTML_CONTENT = """
<head>
<title>New tab</title>
</head>
<body><p>test</p></body>
""".to_utf8_buffer()