Changeset 15 in code for trunk/templates/index.html


Ignore:
Timestamp:
Oct 18, 2021, 2:40:32 PM (4 years ago)
Author:
dev
Message:

Add style to pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/index.html

    r12 r15  
    55        <meta name="author" content="z3bra">
    66        <meta name="viewport" content="width=device-width">
     7        <link rel="stylesheet" type="text/css" href="/partage.css" />
     8        <link rel="icon" type="image/png" href="/favicon.ico" />
    79        <title>Partage</title>
    810</head>
    911<body>
    10         <h1>Partage</h1>
     12        <header>
     13                <img id="logo" src="/partage.png" />
     14                <h1>partage</h1>
     15        </header>
    1116        <p>
    1217                Use the box below to upload and share files. File size is
     
    1419        </p>
    1520        <form enctype="multipart/form-data" method="post">
    16                 <label for="uck">Select file(s) to share</label>
    1721                <input id="uck" name="uck" type="file" multiple/>
    1822                <input id="output" name="output" type="hidden" value='html' />
    19                 <input type="submit" value="Upload!"/>
     23                <input type="submit" value="...Share"/>
    2024        </form>
    2125</body>
Note: See TracChangeset for help on using the changeset viewer.