Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vscode code snippets & HTML5 Template h5t #68

Open
xgqfrms opened this issue Feb 24, 2023 · 0 comments
Open

vscode code snippets & HTML5 Template h5t #68

xgqfrms opened this issue Feb 24, 2023 · 0 comments
Labels
h5t h5t HTML5 Template HTML5 Template vscode & code snippets vscode & code snippets

Comments

@xgqfrms
Copy link
Owner

xgqfrms commented Feb 24, 2023

vscode code snippets & HTML5 Template h5t

h5t

{
  "HTML5 Template": {
    "prefix": "h5t",
    "body": [
      "<!DOCTYPE html>",
      "<html lang=\"zh-Hans\">",
      "<head>",
      "    <meta charset=\"UTF-8\">",
      "    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">",
      "    <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">",
      "    <meta name=\"author\" content=\"xgqfrms\">",
      "    <meta name=\"generator\" content=\"VS code\">",
      "    <title>$1</title>",
      "</head>",
      "<body>",
      "    <header>",
      "        <h1>$2</h1>",
      "    </header>",
      "    <main>",
      "        <section>",
      "            <a href=\"https://feiqa.xgqfrms.xyz/index.html\">$3</a>",
      "        </section>",
      "        <article></article>",
      "    </main>",
      "    <footer>",
      "        <p>copyright&copy; xgqfrms 2022</p>",
      "    </footer>",
      "</body>",
      "</html>"
    ],
    "description": "HTML5 Template & code snippets!"
  }
}

@xgqfrms xgqfrms added h5t h5t HTML5 Template HTML5 Template vscode & code snippets vscode & code snippets labels Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
h5t h5t HTML5 Template HTML5 Template vscode & code snippets vscode & code snippets
Projects
None yet
Development

No branches or pull requests

1 participant