• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

testroom


Commit MetaInfo

Revision1181257d31a2ce59551fd84ab61399059811ed5a (tree)
Time2022-02-17 10:40:34
Authorribbon <ribbon@user...>
Commiterribbon

Log Message

Add HTML boilerplate to index.html

Change Summary

Incremental Difference

--- a/index.html
+++ b/index.html
@@ -1,2 +1,13 @@
1-<h1>Our Feline Friends</h1>
1+<!DOCTYPE html>
2+<html>
3+ <head>
4+ <meta charset='UTF-8'>
5+ <title>Our Feline Friends</title>
6+ </head>
7+ <body>
8+ <h1>Our Feline Friends</h1>
9+ <p>Eventually we will put cat pictures here.</p>
10+ <hr>
11+ </body>
12+</html>
213