Skip to content

Instantly share code, notes, and snippets.

@marciofmjr
Created July 6, 2019 11:43
Show Gist options
  • Save marciofmjr/4a8cb75bf387a973576c0a30449ec128 to your computer and use it in GitHub Desktop.
Save marciofmjr/4a8cb75bf387a973576c0a30449ec128 to your computer and use it in GitHub Desktop.
wordpress html embbed sample
<html>
<head>
<title>Meu site com Wordpress</title>
</head>
<body>
<h1>meu primeiro titulo</h1>
<a href="#">Ler mais..</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment