Guest User

Untitled

a guest
Jun 24th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <!DOCTYPE html> <html> <head> <title>Hello World!</title> <style type="text/css"> @font-face { font-family: Lobster; src: url('/fonts/lobster.otf') } h1 { font-size: 8em; font-family: Lobster, Times, sans-serif } </style> </head> <body> <h1>Hello World!</h1> </body> </html>
Add Comment
Please, Sign In to add comment