このリポジトリは、個人的なHTML/CSS/JavaScriptのテンプレートです。GitHub Pagesの学習および静的サイトの雛形として利用することを目的としています。
(元のREADMEの内容を保持)
- My html write template files!
- And, I use to learn "Github Pages".
- 言語: HTML, CSS, JavaScript
- ライブラリ/フレームワーク: なし(純粋な静的ファイル構成)
- データベース: なし
- その他: 画像は
images/配下に配置
- 最新のウェブブラウザ(Chrome, Firefox, Edge等)
- Gitを使用してクローンする場合は
gitが必要です(任意)
git clone https://github.com/username/project.git
cd projectローカルで確認するには、リポジトリ内の index.html をブラウザで開いてください。簡易的なローカルサーバを立てる場合は、例えばPythonを用いて次のコマンドで配信できます。
python -m http.server 8000
# ブラウザで http://localhost:8000 を開く- ヘッダー・フッターを備えたシンプルな静的テンプレート
- レスポンシブを想定した最小限のスタイル(中央寄せのコンテンツ等)
- 画像配置のサンプル(
images/dummy.jpg) - 最小限のJavaScriptサンプル(
script.js)
特別な環境変数や設定ファイルは不要です。デザインやコンテンツは index.html、スタイルは style.css、スクリプトは script.js を編集してください。
Unlicense license
This repository is a personal HTML/CSS/JavaScript template intended as a starter for learning GitHub Pages and for creating simple static sites.
(Original README content preserved)
- My html write template files!
- And, I use to learn "Github Pages".
- Language: HTML, CSS, JavaScript
- Libraries/Frameworks: None (pure static files)
- Database: None
- Other: Images are stored under the
images/directory
- A modern web browser (Chrome, Firefox, Edge, etc.)
gitif you want to clone the repository (optional)
git clone https://github.com/username/project.git
cd projectOpen index.html in a browser to preview the site locally. To serve via a simple local server, you can use Python:
python -m http.server 8000
# then open http://localhost:8000 in your browser- Simple static template with header and footer
- Minimal styles for centered content
- Sample image at
images/dummy.jpg - Minimal JavaScript example in
script.js
No special environment variables or configuration files are required. Edit index.html, style.css, and script.js to customize.
Unlicense license