webdict/app/static/about.xht
2025-04-06 05:24:48 -05:00

31 lines
No EOL
1.6 KiB
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>WebDICT</title>
<link href="/style.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<center>
<div
class="bg-white dark:bg-gray-950 place-content-center content-center justify-center place-items-center min-h-screen">
<div class="bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500 inline-block items-center text-4xl rounded-lg">
WebDICT
</div>
<div class="text-white dark:text-gray-200">
WebDICT is a web-based dictionary application that allows users to search for definitions of words. It is designed to
be user-friendly and accessible from any device with an internet connection. Unlike most online dictionaries, WebDICT
is completely open-source and has no ads, nor does it plan to ad such.
</div>
<a href="/">
<button type="button"
class="text-gray-900 bg-white border border-gray-300 focus:outline-none hover:bg-gray-100 focus:ring-4 focus:ring-gray-100 font-medium rounded-lg text-sm px-5 py-2.5 me-2 mb-2 dark:bg-gray-800 dark:text-white dark:border-gray-600 dark:hover:bg-gray-700 dark:hover:border-gray-600 dark:focus:ring-gray-700">Back</button>
</a>
</div>
</center>
</body>
</html>