Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-npm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'default/index.html')
-rw-r--r--default/index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/default/index.html b/default/index.html
new file mode 100644
index 0000000..ba97848
--- /dev/null
+++ b/default/index.html
@@ -0,0 +1,8 @@
+<html>
+ <head>
+ <link rel="stylesheet" href="default.css">
+ </head>
+ <body class="p-5">
+ Hello, world
+ </body>
+</html>