Browse Source

added perspectiveB

master
nglk 4 years ago
parent
commit
359927bdf9
  1. 2
      .gitignore
  2. BIN
      __pycache__/hello.cpython-36.pyc
  3. BIN
      static/images/test1.jpeg
  4. BIN
      static/images/test2.jpeg
  5. BIN
      static/images/test3.jpeg
  6. 8
      templates/perspectiveB.html

2
.gitignore

@ -1 +1 @@
images/

BIN
__pycache__/hello.cpython-36.pyc

Binary file not shown.

BIN
static/images/test1.jpeg

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 MiB

BIN
static/images/test2.jpeg

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 MiB

BIN
static/images/test3.jpeg

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

8
templates/perspectiveB.html

@ -6,12 +6,8 @@
}
</style>
<head>
<title>Hello from Flask</title>
{% if name %}
<h1>Hello {{ name }}!</h1>
{% else %}
<h1>VVVW</h1>
{% endif %}
<title>PerspectiveB</title>
<h1>VVVW - PerspectiveB</h1>
</head>
<body>

Loading…
Cancel
Save