Skip to content

Commit d1b44b8

Browse files
committed
중킨스 이미지 변경
1 parent 74001b2 commit d1b44b8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
29.6 KB
Loading

zimmyrabbit/templates/jenkins/main.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<style>
99
img {
1010
display: inline;
11-
width: 100px;
11+
width: 200px;
1212
}
1313
h1 {
1414
display: inline;
@@ -27,8 +27,7 @@
2727
</script>
2828
</head>
2929
<body>
30-
<img src="{% static 'images/jungkins.png' %}" alt="jungkins">
31-
<H1>Jungkins</H1>
30+
<img src="{% static 'images/jungkins2.jpeg' %}" alt="jungkins">
3231
<textarea class="content"></textarea>
3332
<input type="button" class="btnAjax" value="TEST" data-url="{% url 'zimmyrabbit:check_model'%}">
3433
<div class="svnlog"></div>

0 commit comments

Comments
 (0)