fixed index.html centering and added segfault text
This commit is contained in:
parent
6991ab7641
commit
56c84c155a
2 changed files with 54 additions and 20 deletions
|
|
@ -4,13 +4,20 @@
|
|||
<link rel="stylesheet" href="typing.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="centered heading typing-wrapper">
|
||||
<!-- Comment between divs is intentional and removes implicit spacing -->
|
||||
<div class="typing-prompt">
|
||||
$ 
|
||||
</div><!--
|
||||
--><div class="typing">
|
||||
Do butterflies cry when they're sad?
|
||||
<div class="centered heading">
|
||||
<div class="typing-wrapper">
|
||||
<div>
|
||||
<!-- Comment between divs is intentional and removes implicit spacing -->
|
||||
<div class="typing-prompt">
|
||||
$ 
|
||||
</div><!--
|
||||
--><div class="typing-prompt typing-effect">
|
||||
Do butterflies cry when they're sad?
|
||||
</div>
|
||||
<div>
|
||||
<div class="typing-result">
|
||||
Segmentation fault (core dumped)
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue