Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.
/ bhpress Public archive

BHpress is WordPress theme

Notifications You must be signed in to change notification settings

BHCrusher1/bhpress

Repository files navigation

<!DOCTYPE html>
<html>

<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title>BHpress</title>
	<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
</head>

<body class="container">
	<h1>BHpress</h1>
	<h2>WordPress用自作テーマ</h2>
	<p>「地測の記」用に作った自作テーマです。</p>
	<p>一から作っているので機能的には少ないが、(今のところ)自分がわかるものしか入れていないので軽量なはず。</p>
	<p>一部のクラスにtwentynineteenと同じものを使っています。</p>
	<p>また、装飾はBootstrap4をメインに行っています</p>
</body>

</html>