summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Rich Turner2018-10-01 13:55:59 -0700
committerGravatar GitHub2018-10-01 13:55:59 -0700
commit5286d044927f4f2f1e2dbd6b0bd326cdc6925a36 (patch)
tree64f0dcab02fcf0318fb2068dd2376008f097f8e1
parentMerge pull request #29 from shubhsherl/fix_readme (diff)
parentAdded working float left (diff)
downloadms-dos-5286d044927f4f2f1e2dbd6b0bd326cdc6925a36.tar.gz
ms-dos-5286d044927f4f2f1e2dbd6b0bd326cdc6925a36.tar.xz
ms-dos-5286d044927f4f2f1e2dbd6b0bd326cdc6925a36.zip
Merge pull request #9 from davidgatti/patch-1
Added working float left
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 16eb2c4..499509f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
1<img width="150" height="150" style="float:left" alt="MS-DOS logo" src="https://github.com/Microsoft/MS-DOS/blob/master/msdos-logo.png"> 1<img width="150" height="150" align="left" style="float: left; margin: 0 10px 0 0;" alt="MS-DOS logo" src="https://github.com/Microsoft/MS-DOS/blob/master/msdos-logo.png">
2 2
3# MS-DOS v1.25 and v2.0 Source Code 3# MS-DOS v1.25 and v2.0 Source Code
4This repo contains the original source-code and compiled binaries for MS-DOS v1.25 and MS-DOS v2.0. 4This repo contains the original source-code and compiled binaries for MS-DOS v1.25 and MS-DOS v2.0.