wOOP
This commit is contained in:
@ -4,11 +4,11 @@
|
||||
@section('content')
|
||||
<div style="text-align:center">
|
||||
|
||||
<img id="imgRef" src="{{ $ref -> image }}"><br>
|
||||
<div id="imgRef" style="background-image:url('{{ $ref -> image }}');"></div><br>
|
||||
|
||||
|
||||
<div class="game" onclick="location.href='{{ URL::to('memo') }}'"><img src="imgs/memo/memo2.png"></div>
|
||||
<div class="game" onclick="location.href='{{ URL::to('puzzle') }}'"><img src="imgs/puzzle/puzzle.png"></div>
|
||||
<div class="game" onclick="location.href='{{ URL::to('puzzle') }}'"><img src="imgs/puzzle/puzzle.png"></div>
|
||||
|
||||
</div>
|
||||
@endsection
|
||||
|
Reference in New Issue
Block a user