Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html boilerplate

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Title Here</title>
</head>
<body>
  
</body>
</html>
 
PREVIOUS NEXT
Tagged: #html #boilerplate
ADD COMMENT
Topic
Name
6+9 =