Skip to content

Instantly share code, notes, and snippets.

View roddyka's full-sized avatar

Rodrigo Antunes roddyka

View GitHub Profile
@roddyka
roddyka / empty-wp-plugin.php
Created February 5, 2021 18:53 — forked from sareiodata/empty-wp-plugin.php
Empty WordPress plugin
<?php
/**
* Plugin Name: Name Of The Plugin
* Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates
* Description: A brief description of the Plugin.
* Version: The Plugin's Version Number, e.g.: 1.0
* Author: Name Of The Plugin Author
* Author URI: http://URI_Of_The_Plugin_Author
* License: A "Slug" license name e.g. GPL2
*/

Design RPG Login

Criação de tela a partir de estudos feitos aqui no CodePen.io

DESIGN TELA RPG MODIFICATION FROM OTHERS JOB I FOUND HERE ON CODEPEN