Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
Fixed css file path in the HTML example files.
  • Loading branch information
Aura-Mancer committed Oct 14, 2021
1 parent b80f7c9 commit cdf607d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion HTML_examples/example_for_HTML_CSS_users.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--This is to use a CSS file in normal HTML. In ao3 you don't write this from here-->
<head>
<link rel="stylesheet" href="main_chat_style.css">
<link rel="stylesheet" href="../main_chat_style.css">
</head>
<!--to here-->
<body>
Expand Down Expand Up @@ -56,6 +56,7 @@
<div class="sent">
<div class="sentbubble">
<p align="right">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</p>
<img src="" alt="">
<p align="right" class="timesent">11:50pm</p>
</div>
<!--"Seen" and "Sent" texts.-->
Expand Down
2 changes: 1 addition & 1 deletion HTML_examples/example_for_writters.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--This is to use a CSS file in normal HTML. In ao3 you don't write this from here-->
<head>
<link rel="stylesheet" href="main_chat_style.css">
<link rel="stylesheet" href="../main_chat_style.css">
</head>
<!--to here-->
<body>
Expand Down

0 comments on commit cdf607d

Please sign in to comment.