You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Web-Dev-For-Beginners/index.html

34 lines
1.5 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>初心者のためのWeb開発 by Microsoft [Web Development for Beginners] (forked by namosuke for Japanese)</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description"
content="マイクロソフトが執筆した「初心者のためのWeb開発」(原題Web Development for Beginners)をGitHubからフォークし、日本語翻訳版が読みやすくなるようページを構成した。">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:url" content="https://wdfb.netlify.app/">
<meta property="og:title" content="初心者のための Web 開発">
<meta property="og:description" content="Web Development for Beginners">
<meta property="og:image" content="https://wdfb.netlify.app/screenshot.png">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: '初心者のための Web 開発',
repo: 'https://github.com/namosuke/Web-Dev-For-Beginners',
relativePath: true,
loadSidebar: true,
alias: { '/': '/translations/README.ja.md' }
}
</script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
</body>
</html>