Skip to content

Commit

Permalink
reorg examples and add favicon, resolves #3
Browse files Browse the repository at this point in the history
  • Loading branch information
vtlim committed Feb 17, 2021
1 parent d402e16 commit 35d0440
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
README last updated: 21 Dec 2020

**About**: Web app to process and combine multi-line text into a single line.
Deployed on Heroku, and accessible at: http://www.combinetext.com/
Deployed on Heroku, and accessible at: http://www.combinetext.com/
See example cases in the [examples](https://github.com/vtlim/textsmoosh/tree/master/examples) folder.

## Screenshot of web app

Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
Binary file added static/favicon.ico
Binary file not shown.
3 changes: 2 additions & 1 deletion templates/mainpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
<head>
<title>Join multiline text</title>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='styles/main.css') }}">
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
</head>

<body>

<div class="header">
<h1 style="font-family:calibri;">Process and combine multi-line text into a single line</h1>
<h1 style="font-family:calibri">Process and combine multi-line text into a single line</h1>
</div>

<form method="POST" class="myform">
Expand Down

0 comments on commit 35d0440

Please sign in to comment.