Guest User

Untitled

a guest
May 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. html -> "<html>" head body "</html>" # lang:!
  2.  
  3. head -> "<head>" title base:? link:* meta_description meta:* "</head>"
  4.  
  5. title -> "<title>" TEXT "</title>"
  6.  
  7. base -> "<base>" # href:? target:?
  8.  
  9. link -> "<link>" # href:! rel:!
  10.  
  11. meta_description -> "<meta description>"
  12.  
  13. meta -> "<meta>" # charset:!
  14.  
  15. body -> "<body>" "</body>"
  16.  
  17. TEXT -> .:*
Add Comment
Please, Sign In to add comment