• This project
    • Loading...
  • Sign in

2020-1-capstone-design1 / Triz_Project1

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 1
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Triz_Project1
  • front
  • web
  • ex
  • box.html
  • MinsoftK's avatar
    modify directory name from previous to web · 305363bd ...
    305363bd
    add image,service,ex(etc folder) foler and classify html files
    MinsoftK authored 2020-04-13 19:16:35 +0900
box.html 347 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <title>KHU chat box model test</title>
    <style>
      h1,a {
        border:5px solid red;
        padding:5px;
        margin:20px;
        width:100px;
      }

    </style>
  </head>
  <body>

    <h1>Test</h1><br> This is <a href="index.html">test</a> site.

  </body>
</html>