12 lines
309 B
HTML
12 lines
309 B
HTML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head><title>Word Art</title>
|
|
</head>
|
|
<body>
|
|
<h1>Word Art</h1>
|
|
<p>This is a python plugin for in Krita to automatically draw SVGs.</p>
|
|
<p>The source code can be found at <a href="..</a></p>
|
|
</body>
|
|
</html>
|