LoginSignup
0

More than 5 years have passed since last update.

よく使うからメモするHTMLのヘッダーテンプレ

Posted at

概要

超絶自分用メモ

index.html
<!DOCTYPE html>
<html lang="ja">
  <head>
    <meta charset="utf-8">
    <title>Template</title>

    <!-- Bootstrap core CSS -->
    <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-beta.2/css/bootstrap.css" rel="stylesheet" />

 </head>
  <body>


    <h1>Hello, world!</h1>


  </body>
</html>



Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0