This commit is contained in:
UndeadMaelys
2022-05-04 20:02:10 +02:00
commit bb863c6786
21 changed files with 715 additions and 0 deletions

2
html/convo/end.html Normal file
View File

@@ -0,0 +1,2 @@
</div>
</div>

View File

@@ -0,0 +1 @@
</span>

View File

@@ -0,0 +1,2 @@
<span class="convo-date">

View File

@@ -0,0 +1 @@
</div>

View File

@@ -0,0 +1 @@
<p>

View File

@@ -0,0 +1 @@
</span>

View File

@@ -0,0 +1 @@
<span>

View File

@@ -0,0 +1 @@
<div class="convo-header">

View File

@@ -0,0 +1,2 @@
<div class="convo-container">
<div class="convo">

View File

@@ -0,0 +1,2 @@
<div class="convo-container right">
<div class="convo">

1
html/convo/text/end.html Normal file
View File

@@ -0,0 +1 @@
</p>

View File

@@ -0,0 +1 @@
<p>

4
html/end.html Normal file
View File

@@ -0,0 +1,4 @@
</main>
</body>
</html>

9
html/start.html Normal file
View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>avg convo</title>
<link href="text_analysis.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>