+Bootstrap
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
node_modules/
|
||||
bootstrap/
|
||||
16
hello.html
16
hello.html
@@ -1,11 +1,21 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<html lang="ru-en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
|
||||
<!-- include bootstrap -->
|
||||
<script src='bootstrap/js/bootstrap.min.js'></script>
|
||||
<title>Webpage!</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Hello, World</h1>
|
||||
<div class="px-4 py-5 my-5 text-center">
|
||||
<h1 class="display-5 fw-bold text-body-emphasis">hello everynyan 👽</h1>
|
||||
<div class="col-lg-6 mx-auto">
|
||||
<p class="lead mb-4">gaaah!!!</p>
|
||||
</div>
|
||||
</div>
|
||||
<body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
15
texts.html
Normal file
15
texts.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>Text webpage!</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h2>Hello, World</h2>
|
||||
<div>
|
||||
<p type="text">Text</p>
|
||||
<p type="subtext">subtext</p>
|
||||
</div>
|
||||
<body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user