Amazon ECS Sample App

Jmnote (토론 | 기여)님의 2016년 3월 2일 (수) 10:59 판 (새 문서: ==개요== ;Amazon ECS Sample App <source lang='html5'> <html> <head> <title>Amazon ECS Sample App</title> <style> body { margin-top: 40px; backgroun...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

개요

Amazon ECS Sample App
<html>

  <head>
    <title>Amazon ECS Sample App</title>
    <style>
      body {
        margin-top: 40px;
        background-color: #333;
      }

    </style>
  </head>

  <body>
    <div style=color:white;text-align:center>
      <h1>Amazon ECS Sample App</h1>
      <h2>Congratulations!</h2>
      <p>Your application is now running on a container in Amazon ECS.</p>
    </div>
  </body>

</html>
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}