diff options
| author | 2018-10-01 13:55:59 -0700 | |
|---|---|---|
| committer | 2018-10-01 13:55:59 -0700 | |
| commit | 5286d044927f4f2f1e2dbd6b0bd326cdc6925a36 (patch) | |
| tree | 64f0dcab02fcf0318fb2068dd2376008f097f8e1 | |
| parent | Merge pull request #29 from shubhsherl/fix_readme (diff) | |
| parent | Added working float left (diff) | |
| download | ms-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 |
| 4 | This repo contains the original source-code and compiled binaries for MS-DOS v1.25 and MS-DOS v2.0. | 4 | This repo contains the original source-code and compiled binaries for MS-DOS v1.25 and MS-DOS v2.0. |