upload
This commit is contained in:
2
html/convo/end.html
Normal file
2
html/convo/end.html
Normal file
@@ -0,0 +1,2 @@
|
||||
</div>
|
||||
</div>
|
||||
1
html/convo/header/date/end.html
Normal file
1
html/convo/header/date/end.html
Normal file
@@ -0,0 +1 @@
|
||||
</span>
|
||||
2
html/convo/header/date/start.html
Normal file
2
html/convo/header/date/start.html
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
<span class="convo-date">
|
||||
1
html/convo/header/end.html
Normal file
1
html/convo/header/end.html
Normal file
@@ -0,0 +1 @@
|
||||
</div>
|
||||
1
html/convo/header/image.html
Normal file
1
html/convo/header/image.html
Normal file
@@ -0,0 +1 @@
|
||||
<p>
|
||||
1
html/convo/header/name/end.html
Normal file
1
html/convo/header/name/end.html
Normal file
@@ -0,0 +1 @@
|
||||
</span>
|
||||
1
html/convo/header/name/start.html
Normal file
1
html/convo/header/name/start.html
Normal file
@@ -0,0 +1 @@
|
||||
<span>
|
||||
1
html/convo/header/start.html
Normal file
1
html/convo/header/start.html
Normal file
@@ -0,0 +1 @@
|
||||
<div class="convo-header">
|
||||
2
html/convo/start_gray.html
Normal file
2
html/convo/start_gray.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<div class="convo-container">
|
||||
<div class="convo">
|
||||
2
html/convo/start_green.html
Normal file
2
html/convo/start_green.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<div class="convo-container right">
|
||||
<div class="convo">
|
||||
1
html/convo/text/end.html
Normal file
1
html/convo/text/end.html
Normal file
@@ -0,0 +1 @@
|
||||
</p>
|
||||
1
html/convo/text/start.html
Normal file
1
html/convo/text/start.html
Normal file
@@ -0,0 +1 @@
|
||||
<p>
|
||||
4
html/end.html
Normal file
4
html/end.html
Normal file
@@ -0,0 +1,4 @@
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
9
html/start.html
Normal file
9
html/start.html
Normal 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>
|
||||
Reference in New Issue
Block a user